{
"gameUid": "string",
"gameReferenceCode": "string",
"gameType": "string",
"gameResultType": "string",
"gameplay": {
".BaccaratGameplay": {
"betEndDate": 0,
"bankerHand": {
"cards": {
"0": "string",
"1": "string",
"2": "string"
},
"cancelledCards": [
"string"
]
},
"playerHand": {
"cards": {
"0": "string",
"1": "string",
"2": "string"
},
"cancelledCards": [
"string"
]
},
"burnCards": {
"0": "string",
"1": "string",
"2": "string",
"3": "string",
"4": "string",
"5": "string",
"6": "string",
"7": "string",
"8": "string"
},
"betTypeToResultType": {
"BC_KINGS": "string",
"BC_PLAYER_PAIR": "string",
"BC_PLAYER": "string",
"BC_PLAYER_TIGER": "string",
"BC_BANKER": "string",
"BC_BANKER_NO_COMMISSION": "string",
"BC_TIE_TIGER": "string",
"BC_BANKER_PAIR": "string",
"BC_TIE": "string"
}
},
".BlackjackGameplay": {
"betEndDate": null,
"seats": {
"0": {
"seatId": 0,
"playerId": null,
"hands": {
"1": {
"handKey": "string",
"parentHandId": null,
"cards": {
"0": {
"card": "string",
"trueCount": 0,
"dealtDate": 0
},
"1": {
"card": "string",
"trueCount": 0,
"dealtDate": 0
}
},
"actionIdToGameAction": {},
"resultType": null,
"cancelledCards": [
"string"
],
"cancelledActions": [
"string"
]
}
},
"preDecisionActive": true
},
"1": {
"seatId": 0,
"playerId": "string",
"hands": {
"1": {
"handKey": "string",
"parentHandId": null,
"cards": {
"0": {
"card": "string",
"trueCount": 0,
"dealtDate": 0
},
"1": {
"card": "string",
"trueCount": 0,
"dealtDate": 0
},
"2": {
"card": "string",
"trueCount": 0,
"dealtDate": 0
}
},
"actionIdToGameAction": {
"1": {
"startDate": 0,
"endDate": 0,
"possibleActions": [
"string"
],
"optionsForLess": [
"string"
],
"performedDate": 0,
"performedAction": "string",
"selectedOptionForLess": null,
"timedOut": true,
"takenOnPreDecision": true
},
"2": {
"startDate": 0,
"endDate": 0,
"possibleActions": [
"string"
],
"optionsForLess": [
"string"
],
"performedDate": 0,
"performedAction": "string",
"selectedOptionForLess": null,
"timedOut": true,
"takenOnPreDecision": true
}
},
"resultType": "string",
"cancelledCards": [
"string"
],
"cancelledActions": [
"string"
]
}
},
"preDecisionActive": true
}
},
"burnCard": "string",
"currentHandKey": null,
"nextCard": null,
"hiddenCardRevealed": true,
"devicePeeked": true
}
},
"dealerName": null,
"startDate": 0,
"endDate": 0,
"gameRecordingUrl": null,
"playersBets": [
{
"tileId": "string",
"playerId": "string",
"playerName": "string",
"clientPlayerId": "string",
"currency": "string",
"totalBetAmount": 0,
"totalPayoffAmount": 0,
"playerHandTotals": {
"1": 0
},
"bankerHandTotals": {
"1": 0
},
"bets": [
{
"betId": "string",
"txId": "string",
"betAmount": 0,
"payoffAmount": 0,
"theoreticalWin": 0,
"rejectionCode": 0,
"playerBetStatus": "string",
"resultType": "string",
"seatId": 0,
"betType": "string",
"handId": 0
}
]
}
]
}