Сopy-betting/ copy-trading widget allows users to effortlessly share their bets and deals and copy each other's bets/deals with a simple click.

Untitled

To share a bet, a user clicks the button on a chat, chooses the bet for sharing, and sends it to the chat (information about the bet, game, odds, avoiding personal data about the amount of money). Other users on the chat can repeat this bet by clicking on the widget (the bet will be put on the cart of the user who clicked it).

Try the experience on our demo stand: **https://bet.watchers.io.** Click on the screen, choose a game, place a bet, share it or copy someone else’s bet.

Integration

The integration of CopyBetting into your application involves several core steps, including both front-end and back-end processes:

Sending Bet Data: Once a user shares a bet, your application needs to send relevant bet data to our backend. This includes details like room ID, user ID, bet type, status, total factor, bet date, game ID, event ID, and outcome ID among others.

Retrieving User Bets: To facilitate bet sharing in chat, your API needs to be able to fetch an array of a user's past bets, sorted by bet date. This data is then displayed in the chat.

Handling Widget Interactions: When a user clicks on a bet widget in the chat to copy the bet, your application should handle this interaction and post a message with the relevant event ID, event title, outcome ID, and widget ID.

Confirming Successful Bet Placement (is not running yet): Upon successful placement of a copied bet, your backend should send a confirmation to our backend, including the repeated widget ID.

In summary, the integration involves handling user interactions, sending and receiving bet data, and ensuring successful communication between your backend and our system. It's a seamless blend of front-end user experience enhancements and robust backend data exchanges.

Use cases for copy betting in a partner app

  1. While using a chat the user shares one of their previous bets.
  2. User can click on other users' widgets in the chat to repeat the bet.

Backend to Backend type of integration

You can integrate all of this functionality or part of it.

1. While using a chat the user shares one of their previous bets.