diff --git a/wc2026_bets.json b/wc2026_bets.json index 934310f..c1e01fb 100644 --- a/wc2026_bets.json +++ b/wc2026_bets.json @@ -76,7 +76,8 @@ "stake": 500, "odds": 1.75, "potential_win": 875, - "status": "pending" + "status": "pending", + "notified": true }, { "id": 7, @@ -114,7 +115,7 @@ "kick_off_msk": "23:00", "market": "Обе забьют (да)", "stake": 600, - "odds": 1.80, + "odds": 1.8, "potential_win": 1080, "result": "2:2 (обе забили)", "status": "won", @@ -129,7 +130,8 @@ "stake": 700, "odds": 1.35, "potential_win": 945, - "status": "pending" + "status": "pending", + "notified": true }, { "id": 4, @@ -160,7 +162,7 @@ "kick_off_msk": "04:00", "market": "Ничья", "stake": 300, - "odds": 3.10, + "odds": 3.1, "potential_win": 930, "status": "pending" } @@ -178,9 +180,10 @@ "stake": 500, "odds": 1.82, "potential_win": 910, - "status": "pending" + "status": "pending", + "notified": true } ] } } -} +} \ No newline at end of file