username:password
Authorization: Basic *****************
curl --location -g --request GET '/operator/vl/{{clientid}}/replay/{{gameId}}' \
--header 'Authorization: Basic Og=='
[
{
"gameUid": "sha.371icf",
"gameReferenceCode": "NX82Q34T",
"gameType": "BACCARAT",
"gameResultType": "BANKER_WIN",
"gameplay": {
".BaccaratGameplay": {
"betEndDate": 1726223666577,
"bankerHand": {
"cards": {
"0": "S_K",
"1": "C_A",
"2": "H_8"
},
"cancelledCards": []
},
"playerHand": {
"cards": {
"0": "S_Q",
"1": "C_10",
"2": "D_8"
},
"cancelledCards": []
},
"burnCards": {},
"betTypeToResultType": {
"BC_KINGS": "BC_LOSE",
"BC_PLAYER_PAIR": "BC_LOSE",
"BC_PLAYER": "BC_LOSE",
"BC_PLAYER_TIGER": "BC_LOSE",
"BC_BANKER": "BC_WIN",
"BC_BANKER_NO_COMMISSION": "BC_WIN",
"BC_TIE_TIGER": "BC_LOSE",
"BC_BANKER_PAIR": "BC_LOSE",
"BC_TIE": "BC_LOSE"
}
}
},
"dealerName": null,
"startDate": 1726223644058,
"endDate": 1726223680932,
"gameRecordingUrl": null,
"playersBets": [
{
"tileId": "st.0n",
"playerId": "cs1.kfm31",
"playerName": "llt13b52v55w60",
"clientPlayerId": "llt13b52v55w60",
"currency": "CNY",
"totalBetAmount": 10,
"totalPayoffAmount": 0,
"playerHandTotals": {
"1": 8
},
"bankerHandTotals": {
"1": 9
},
"bets": [
{
"betId": "d030cfb4-7dd7-434d-add1-5e3a47201942:BC_PLAYER",
"txId": "b8ec5a6d-6600-487e-a5cd-14f0a977b70c",
"betAmount": 5,
"payoffAmount": 0,
"theoreticalWin": 0.062,
"rejectionCode": null,
"playerBetStatus": "PAID",
"resultType": "BC_LOSE",
"seatId": 4,
"betType": "BC_PLAYER",
"handId": 1
},
{
"betId": "878939d8-aff1-4ab0-ba5f-42dbd49fd74f:BC_PLAYER",
"txId": "b7e89f14-8221-4adf-84ea-663593f1e565",
"betAmount": 5,
"payoffAmount": 0,
"theoreticalWin": 0.062,
"rejectionCode": null,
"playerBetStatus": "PAID",
"resultType": "BC_LOSE",
"seatId": 4,
"betType": "BC_PLAYER",
"handId": 1
}
]
}
]
}
]