From 82baa6eb1ad48611d2277eb9a8878a02714ebea2 Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Tue, 16 Jun 2026 20:58:23 +0000 Subject: [PATCH] =?UTF-8?q?result:=20=D0=A4=D1=80=D0=B0=D0=BD=D1=86=D0=B8?= =?UTF-8?q?=D1=8F=202:0=20=D0=A1=D0=B5=D0=BD=D0=B5=D0=B3=D0=B0=D0=BB=20?= =?UTF-8?q?=E2=80=94=20=D0=9D=D0=B5=D0=B3=D1=80=20won,=20=D0=9A=D0=B8?= =?UTF-8?q?=D1=82=D0=B0=D0=B5=D1=86/=D0=97=D0=B0=D1=85=D0=B0=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=20lost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wc2026_bets.json | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) 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 } ] }