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,
"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
}
]
}