curl --location --request GET '/operator/vl//replay/transfer?startDate&endDate'
[
{
"gameUid": "string",
"gameReferenceCode": "string",
"gameType": "string",
"gameResultType": "string",
"gameplay": {
".BaccaratGameplay": {
"betEndDate": 0,
"bankerHand": {
"cards": {
"property1": "string",
"property2": "string"
},
"cancelledCards": [
"string"
]
},
"playerHand": {
"cards": {
"property1": "string",
"property2": "string"
},
"cancelledCards": [
"string"
]
},
"burnCards": {
"property1": "string",
"property2": "string"
},
"betTypeToResultType": {
"property1": "string",
"property2": "string"
}
}
},
"dealerName": "string",
"startDate": 0,
"endDate": 0,
"gameRecordingUrl": "string",
"playersBets": [
{
"playerId": "string",
"playerName": "string",
"currency": "string",
"totalBetAmount": 0,
"totalPayoffAmount": 0,
"bets": [
{
"txId": "string",
"betAmount": 0,
"payoffAmount": 0,
"theoreticalWin": 0,
"rejectionCode": 0,
"playerBetStatus": "string",
"resultType": "string",
"seatId": 0,
"betType": "string",
"handId": 0
}
]
}
]
}
]