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