diff --git a/wc2026_bets.json b/wc2026_bets.json index 7d2e67c..e9ae9cc 100644 --- a/wc2026_bets.json +++ b/wc2026_bets.json @@ -4,7 +4,7 @@ "start_balance": 5000, "players": { "negr": { - "balance": 5000, + "balance": 5950, "bets": [ { "id": 1, @@ -15,7 +15,9 @@ "stake": 1000, "odds": 1.95, "potential_win": 1950, - "status": "pending" + "result": "7:1", + "status": "won", + "profit": 950 }, { "id": 2, @@ -42,7 +44,7 @@ ] }, "kitaec": { - "balance": 5000, + "balance": 5425, "bets": [ { "id": 1, @@ -53,7 +55,9 @@ "stake": 500, "odds": 1.85, "potential_win": 925, - "status": "pending" + "result": "7:1 (8 голов)", + "status": "won", + "profit": 425 }, { "id": 2,