When a ticket is canceled on the Cmswager side, either by the player himself or the manager, a `ticket/cancel` request will be sent to the client system.
After canceling the ticket the deposit amount should be added to the user balance. The ticket then should be updated to the status indicated in the request. And if the cancellation is successful, the deposit amount should be refunded to the user.
If this request encounters a server error, it will be retried for 24 hours until it gets a meaningful response
If the new status (in request) is the same of the client system, no action need to be taken in client system and a 200 response must be returned.
"cancelling bet" request will be sent only for tickets with status "0" (in running). If the ticket status on client side is different from "0" please response with failiure "406" code. This means that a previous "Reopening concluded bet" message was sent and has not been processed