Get Bet Detail
GET /v0.1/bet/betID
Response
Parameter | Type | Description |
---|---|---|
betId | String | ID of bet |
username | String | Member username of bet |
currency | String | Currency of bet amount |
amount | Number | Bet amount |
createDate | String | Timestamp of created at |
ip | String | Ip address of bet |
betType | String | Bet type |
payout | Number | payout balance |
status | String | Bet status such as running,waiting,rejected,done,cancelled |
walletType | String | Wallet Type of Member bet |
matches | Matches | matches |
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
}