result: Франция 2:0 Сенегал — Негр won, Китаец/Захаров lost

This commit is contained in:
Claude Bot
2026-06-16 20:58:23 +00:00
parent 45196c5181
commit 82baa6eb1a

View File

@@ -4,7 +4,7 @@
"start_balance": 5000,
"players": {
"negr": {
"balance": 3275,
"balance": 3583,
"bets": [
{
"id": 1,
@@ -110,13 +110,15 @@
"stake": 700,
"odds": 1.44,
"potential_win": 1008,
"status": "pending",
"notified": true
"result": "2:0",
"status": "won",
"notified": true,
"profit": 308
}
]
},
"kitaec": {
"balance": 4935,
"balance": 4435,
"bets": [
{
"id": 1,
@@ -209,13 +211,15 @@
"stake": 500,
"odds": 1.57,
"potential_win": 785,
"status": "pending",
"notified": true
"result": "2:0 (Сенегал -1.5 = проигрыш)",
"status": "lost",
"notified": true,
"profit": -500
}
]
},
"zaharov": {
"balance": 4000,
"balance": 3700,
"bets": [
{
"id": 1,
@@ -268,8 +272,10 @@
"stake": 300,
"odds": 4.2,
"potential_win": 1260,
"status": "pending",
"notified": true
"result": "2:0",
"status": "lost",
"notified": true,
"profit": -300
}
]
}