diff --git a/wc2026_bets.json b/wc2026_bets.json index c1e01fb..b855c23 100644 --- a/wc2026_bets.json +++ b/wc2026_bets.json @@ -4,7 +4,7 @@ "start_balance": 5000, "players": { "negr": { - "balance": 5575, + "balance": 5075, "bets": [ { "id": 1, @@ -76,8 +76,10 @@ "stake": 500, "odds": 1.75, "potential_win": 875, - "status": "pending", - "notified": true + "status": "lost", + "notified": true, + "result": "0:0", + "profit": -500 }, { "id": 7, @@ -93,7 +95,7 @@ ] }, "kitaec": { - "balance": 5905, + "balance": 5205, "bets": [ { "id": 1, @@ -130,8 +132,10 @@ "stake": 700, "odds": 1.35, "potential_win": 945, - "status": "pending", - "notified": true + "status": "lost", + "notified": true, + "result": "0:0", + "profit": -700 }, { "id": 4, @@ -169,7 +173,7 @@ ] }, "zaharov": { - "balance": 5000, + "balance": 4500, "bets": [ { "id": 1, @@ -180,8 +184,10 @@ "stake": 500, "odds": 1.82, "potential_win": 910, - "status": "pending", - "notified": true + "status": "lost", + "notified": true, + "result": "0:0", + "profit": -500 } ] }