diff --git a/wc2026_bets.json b/wc2026_bets.json index d11027e..a95f980 100644 --- a/wc2026_bets.json +++ b/wc2026_bets.json @@ -4,7 +4,7 @@ "start_balance": 5000, "players": { "negr": { - "balance": 4275, + "balance": 3275, "bets": [ { "id": 1, @@ -68,8 +68,10 @@ "stake": 600, "odds": 1.48, "potential_win": 888, - "status": "pending", - "notified": true + "status": "lost", + "notified": true, + "result": "1:1", + "profit": -600 }, { "id": 6, @@ -94,13 +96,15 @@ "stake": 400, "odds": 1.68, "potential_win": 672, - "status": "pending", - "notified": true + "status": "lost", + "notified": true, + "result": "2:2", + "profit": -400 } ] }, "kitaec": { - "balance": 4705, + "balance": 4935, "bets": [ { "id": 1, @@ -165,8 +169,10 @@ "stake": 400, "odds": 1.48, "potential_win": 592, - "status": "pending", - "notified": true + "status": "lost", + "notified": true, + "result": "1:1", + "profit": -400 }, { "id": 6, @@ -177,8 +183,10 @@ "stake": 300, "odds": 3.1, "potential_win": 930, - "status": "pending", - "notified": true + "status": "won", + "notified": true, + "result": "2:2", + "profit": 630 } ] }, @@ -222,8 +230,10 @@ "stake": 500, "odds": 2.7, "potential_win": 1350, - "status": "pending", - "notified": true + "status": "return", + "notified": true, + "result": "1:1 (2T: 0:1)", + "profit": 0 } ] }