post https://your-server-base-url/bet
Betting callback to the client side. Every time a user places a bet,
we send a request to this endpoint and wait for the answer.
Please notice call to this endpoint should be as quick as possible to make
sure player experience is not affected.
On our side we try this request 3 times with 1 second interval.
In case we receive 500 response or 5 seconds timeout we will send following refund request.
In case of any other error we mark this bet as failed and do not retry it.
Please notice that endpoint path /bet could be different if you supplied us with your own path.