Last Bet
This method retrieves the date and time of the last bet. use gateway.[msdomain]
Request (GET)
/gateway/rounds/{version}/{brand_id}/bet/last
Parameters:
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| version | path | string | true | The API version to use. |
| brand_id | path | int | true | The ID of the casino. |
| x-auth-token | header | string | true | The player’s authentication token, in UUID format. |
Response
{
"last_bet": "2019-02-28 09:38:02.0"
}Status 400
{
"errMsg": "invalid input - invalid brand id"
}Status 401
{
"errMsg": "invalid input - invalid token"
}Status 500
{
"result": "internal server error"
}