result: NED 2:1 JPN — negr +707€ (6657€), kitaec +480€ (5905€)

This commit is contained in:
Claude Bot
2026-06-14 21:25:21 +00:00
parent dd65762d76
commit 87c39f74f5

View File

@@ -4,7 +4,7 @@
"start_balance": 5000, "start_balance": 5000,
"players": { "players": {
"negr": { "negr": {
"balance": 5950, "balance": 6657,
"bets": [ "bets": [
{ {
"id": 1, "id": 1,
@@ -28,7 +28,9 @@
"stake": 700, "stake": 700,
"odds": 2.01, "odds": 2.01,
"potential_win": 1407, "potential_win": 1407,
"status": "pending" "result": "2:1",
"status": "won",
"profit": 707
}, },
{ {
"id": 3, "id": 3,
@@ -44,7 +46,7 @@
] ]
}, },
"kitaec": { "kitaec": {
"balance": 5425, "balance": 5905,
"bets": [ "bets": [
{ {
"id": 1, "id": 1,
@@ -68,7 +70,9 @@
"stake": 600, "stake": 600,
"odds": 1.80, "odds": 1.80,
"potential_win": 1080, "potential_win": 1080,
"status": "pending" "result": "2:1 (обе забили)",
"status": "won",
"profit": 480
} }
] ]
} }