Reopening concluded bets
POST
{clientApi}/ticket/reopen
A concluded ticket can be reopened, going back to "running" status. The request can contain a withdraw transaction type. In this case the amount must be deducted from the user balance.
"Reopening Concluded bet" request will be sent only for tickets with status different from "0" (in running). If the ticket status on client side is "0" please response with failiure "406" code. This means that a previous "Concluding bets" or "Partial cashout" or "Cancelling bet" message was sent and has not been processed
Example request
Example Success Response
Response code
200
After the deposit amount is added to user balance and the ticket is setted to "canceled" in client system, a 200 success response should be returned.
Example Failure Response
Response code
406
If there is any error in client system, a 406 response cose should be returned
Last updated