diff --git a/wc2026_bets.json b/wc2026_bets.json index 22b9404..4eaa7e9 100644 --- a/wc2026_bets.json +++ b/wc2026_bets.json @@ -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 } ] }