diff --git a/wc2026_bets.json b/wc2026_bets.json index e9ae9cc..1d2276e 100644 --- a/wc2026_bets.json +++ b/wc2026_bets.json @@ -4,7 +4,7 @@ "start_balance": 5000, "players": { "negr": { - "balance": 5950, + "balance": 6657, "bets": [ { "id": 1, @@ -28,7 +28,9 @@ "stake": 700, "odds": 2.01, "potential_win": 1407, - "status": "pending" + "result": "2:1", + "status": "won", + "profit": 707 }, { "id": 3, @@ -44,7 +46,7 @@ ] }, "kitaec": { - "balance": 5425, + "balance": 5905, "bets": [ { "id": 1, @@ -68,7 +70,9 @@ "stake": 600, "odds": 1.80, "potential_win": 1080, - "status": "pending" + "result": "2:1 (обе забили)", + "status": "won", + "profit": 480 } ] }