From 8152c1081759e181f3a5c35f4615b5c7b1eb7353 Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Mon, 15 Jun 2026 18:25:04 +0000 Subject: [PATCH] =?UTF-8?q?result:=20SPA=200:0=20CPV=20=E2=80=94=20all=203?= =?UTF-8?q?=20lost=20(negr=20-500=E2=82=AC=E2=86=925075=E2=82=AC,=20kitaec?= =?UTF-8?q?=20-700=E2=82=AC=E2=86=925205=E2=82=AC,=20zaharov=20-500?= =?UTF-8?q?=E2=82=AC=E2=86=924500=E2=82=AC)?= 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 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 } ] }