result: SPA 0:0 CPV — all 3 lost (negr -500€→5075€, kitaec -700€→5205€, zaharov -500€→4500€)

This commit is contained in:
Claude Bot
2026-06-15 18:25:04 +00:00
parent 607816c86f
commit 8152c10817

View File

@@ -4,7 +4,7 @@
"start_balance": 5000, "start_balance": 5000,
"players": { "players": {
"negr": { "negr": {
"balance": 5575, "balance": 5075,
"bets": [ "bets": [
{ {
"id": 1, "id": 1,
@@ -76,8 +76,10 @@
"stake": 500, "stake": 500,
"odds": 1.75, "odds": 1.75,
"potential_win": 875, "potential_win": 875,
"status": "pending", "status": "lost",
"notified": true "notified": true,
"result": "0:0",
"profit": -500
}, },
{ {
"id": 7, "id": 7,
@@ -93,7 +95,7 @@
] ]
}, },
"kitaec": { "kitaec": {
"balance": 5905, "balance": 5205,
"bets": [ "bets": [
{ {
"id": 1, "id": 1,
@@ -130,8 +132,10 @@
"stake": 700, "stake": 700,
"odds": 1.35, "odds": 1.35,
"potential_win": 945, "potential_win": 945,
"status": "pending", "status": "lost",
"notified": true "notified": true,
"result": "0:0",
"profit": -700
}, },
{ {
"id": 4, "id": 4,
@@ -169,7 +173,7 @@
] ]
}, },
"zaharov": { "zaharov": {
"balance": 5000, "balance": 4500,
"bets": [ "bets": [
{ {
"id": 1, "id": 1,
@@ -180,8 +184,10 @@
"stake": 500, "stake": 500,
"odds": 1.82, "odds": 1.82,
"potential_win": 910, "potential_win": 910,
"status": "pending", "status": "lost",
"notified": true "notified": true,
"result": "0:0",
"profit": -500
} }
] ]
} }