results: URU 1:1 KSA, IRN 2:2 NZL
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"start_balance": 5000,
|
"start_balance": 5000,
|
||||||
"players": {
|
"players": {
|
||||||
"negr": {
|
"negr": {
|
||||||
"balance": 4275,
|
"balance": 3275,
|
||||||
"bets": [
|
"bets": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
@@ -68,8 +68,10 @@
|
|||||||
"stake": 600,
|
"stake": 600,
|
||||||
"odds": 1.48,
|
"odds": 1.48,
|
||||||
"potential_win": 888,
|
"potential_win": 888,
|
||||||
"status": "pending",
|
"status": "lost",
|
||||||
"notified": true
|
"notified": true,
|
||||||
|
"result": "1:1",
|
||||||
|
"profit": -600
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
@@ -94,13 +96,15 @@
|
|||||||
"stake": 400,
|
"stake": 400,
|
||||||
"odds": 1.68,
|
"odds": 1.68,
|
||||||
"potential_win": 672,
|
"potential_win": 672,
|
||||||
"status": "pending",
|
"status": "lost",
|
||||||
"notified": true
|
"notified": true,
|
||||||
|
"result": "2:2",
|
||||||
|
"profit": -400
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"kitaec": {
|
"kitaec": {
|
||||||
"balance": 4705,
|
"balance": 4935,
|
||||||
"bets": [
|
"bets": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
@@ -165,8 +169,10 @@
|
|||||||
"stake": 400,
|
"stake": 400,
|
||||||
"odds": 1.48,
|
"odds": 1.48,
|
||||||
"potential_win": 592,
|
"potential_win": 592,
|
||||||
"status": "pending",
|
"status": "lost",
|
||||||
"notified": true
|
"notified": true,
|
||||||
|
"result": "1:1",
|
||||||
|
"profit": -400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
@@ -177,8 +183,10 @@
|
|||||||
"stake": 300,
|
"stake": 300,
|
||||||
"odds": 3.1,
|
"odds": 3.1,
|
||||||
"potential_win": 930,
|
"potential_win": 930,
|
||||||
"status": "pending",
|
"status": "won",
|
||||||
"notified": true
|
"notified": true,
|
||||||
|
"result": "2:2",
|
||||||
|
"profit": 630
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -222,8 +230,10 @@
|
|||||||
"stake": 500,
|
"stake": 500,
|
||||||
"odds": 2.7,
|
"odds": 2.7,
|
||||||
"potential_win": 1350,
|
"potential_win": 1350,
|
||||||
"status": "pending",
|
"status": "return",
|
||||||
"notified": true
|
"notified": true,
|
||||||
|
"result": "1:1 (2T: 0:1)",
|
||||||
|
"profit": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user