Skip to main content

Sportbook integration

Sportsbook Launch for the Player

The Client (Front) must configure the sportsbook on its side. More details about sportsbook integration can be found here.

note

This configuration is required for the sportsbook to function.
Without it, the functionality will be unavailable to the Client (Front).

To launch any game, whether casino or sportsbook, the Start Game request is used.
The game launch process is described here.
For example:

The Client (Front) sends a request to Fungamess through the Client (Platform) to obtain the necessary parameters for launching the sportsbook.
Fungamess responds with a link and the parameters needed to run the sportsbook.

note

The onTokenExpired parameter is used to return a new token if the previous one has expired.

The received parameters are applied on the Client (Front) side to run the sportsbook.

Placing a Bet

The player places a bet.
A bet request is sent from the Client (Front) to Fungamess.
Fungamess processes the request and sends a Move funds request to the Client (Platform).
The Client (Platform) processes the request and returns the updated player balance to Fungamess.
The player's bet is then placed.

Bet result

When the player wins or loses.
Fungamess processes the result and sends a Move funds request to the Client (Platform).
The Client (Platform) processes the request and sends the updated player balance to Fungamess.
The player’s in-game balance is updated accordingly.