Skip to main content

Get Bet Detail

GET /v0.1/bet/betID

Response

ParameterTypeDescription
betIdStringID of bet
usernameStringMember username of bet
currencyStringCurrency of bet amount
amountNumberBet amount
createDateStringTimestamp of created at
ipStringIp address of bet
betTypeStringBet type
payoutNumberpayout balance
statusStringBet status such as running,waiting,rejected,done,cancelled
walletTypeStringWallet Type of Member bet
matchesMatchesmatches
Sample response body
{
"betId": "{betID}",
"username": "{username}",
"currency": "THB",
"amount": 10,
"createDate": "2022-11-08T09:36:24.764Z",
"ip": "::1",
"betType": "normal",
"payout": 19.76,
"status": "done",
"walletType": "normal",
"matches": matches
}