# The Bet Brothers

## The Bet Brothers Docs

- [Core Concepts](https://the-bet-brothers.gitbook.io/doc/the-bet-brothers-apis/core-concepts.md)
- [API Flow](https://the-bet-brothers.gitbook.io/doc/the-bet-brothers-apis/api-flow.md)
- [Operator Integration Service](https://the-bet-brothers.gitbook.io/doc/operator-api/operator-integration-service.md): +Play API for Seamless Wallet integration
- [Protocol API](https://the-bet-brothers.gitbook.io/doc/operator-api/protocol-api.md)
- [Create api-token](https://the-bet-brothers.gitbook.io/doc/operator-api/protocol-api/create-api-token.md)
- [Revoke api-token](https://the-bet-brothers.gitbook.io/doc/operator-api/protocol-api/revoke-api-token.md)
- [Game Launcher](https://the-bet-brothers.gitbook.io/doc/game-launcher.md)
- [Get Game Providers](https://the-bet-brothers.gitbook.io/doc/game-launcher/get-game-providers.md)
- [Get Games](https://the-bet-brothers.gitbook.io/doc/game-launcher/get-games.md)
- [Launch Game in Demo Mode](https://the-bet-brothers.gitbook.io/doc/game-launcher/launch-game-in-demo-mode.md)
- [Launch game in Real Mode](https://the-bet-brothers.gitbook.io/doc/game-launcher/launch-game-in-real-mode.md)
- [Wallet API](https://the-bet-brothers.gitbook.io/doc/wallet-api.md): Playing a Game Round
- [Balance](https://the-bet-brothers.gitbook.io/doc/wallet-api/balance.md)
- [Bet](https://the-bet-brothers.gitbook.io/doc/wallet-api/bet.md)
- [Win](https://the-bet-brothers.gitbook.io/doc/wallet-api/win.md)
- [Refund](https://the-bet-brothers.gitbook.io/doc/wallet-api/refund.md)
- [Rollback Win](https://the-bet-brothers.gitbook.io/doc/wallet-api/rollback-win.md)
- [Free Spin API](https://the-bet-brothers.gitbook.io/doc/free-spin-api.md)
- [Add Free Spin](https://the-bet-brothers.gitbook.io/doc/free-spin-api/add-free-spin.md)
- [Cancel Free Spin](https://the-bet-brothers.gitbook.io/doc/free-spin-api/cancel-free-spin.md)
- [Game Insights](https://the-bet-brothers.gitbook.io/doc/game-insights.md)
- [Get Game Bet Levels](https://the-bet-brothers.gitbook.io/doc/game-insights/get-game-bet-levels.md)
- [Get Round Info](https://the-bet-brothers.gitbook.io/doc/game-insights/get-round-info.md)
- [Addendum](https://the-bet-brothers.gitbook.io/doc/addendum.md)
- [TBB Error Codes](https://the-bet-brothers.gitbook.io/doc/addendum/tbb-error-codes.md)
- [Wallet Error Response](https://the-bet-brothers.gitbook.io/doc/addendum/wallet-error-response.md)
- [Supplier Integration Service](https://the-bet-brothers.gitbook.io/doc/supplier-api/supplier-integration-service.md): The PlayFusion API Game Provider Content
- [Supplier Protocol API](https://the-bet-brothers.gitbook.io/doc/supplier-api/supplier-protocol-api.md)
- [Game Launcher](https://the-bet-brothers.gitbook.io/doc/supplier-api/game-launcher.md)
- [Launch Game in Demo Mode](https://the-bet-brothers.gitbook.io/doc/supplier-api/game-launcher/launch-game-in-demo-mode.md)
- [Launch Game in Real Mode](https://the-bet-brothers.gitbook.io/doc/supplier-api/game-launcher/launch-game-in-real-mode.md)
- [Game Events](https://the-bet-brothers.gitbook.io/doc/game-events.md)
- [Balance](https://the-bet-brothers.gitbook.io/doc/game-events/balance.md)
- [Bet](https://the-bet-brothers.gitbook.io/doc/game-events/bet.md)
- [Win](https://the-bet-brothers.gitbook.io/doc/game-events/win.md)
- [Refund](https://the-bet-brothers.gitbook.io/doc/game-events/refund.md)
- [Game Insights](https://the-bet-brothers.gitbook.io/doc/game-insights-1.md)
- [Bet Levels](https://the-bet-brothers.gitbook.io/doc/game-insights-1/bet-levels.md)
- [Round Info](https://the-bet-brothers.gitbook.io/doc/game-insights-1/round-info.md)
- [Free Spin API](https://the-bet-brothers.gitbook.io/doc/free-spin-api-1.md)
- [Add Free Spin](https://the-bet-brothers.gitbook.io/doc/free-spin-api-1/add-free-spin.md)
- [Cancel Free Spin](https://the-bet-brothers.gitbook.io/doc/free-spin-api-1/cancel-free-spin.md)
- [Addendum](https://the-bet-brothers.gitbook.io/doc/addendum-1.md)
- [TBB Error Codes](https://the-bet-brothers.gitbook.io/doc/addendum-1/tbb-error-codes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://the-bet-brothers.gitbook.io/doc/the-bet-brothers-apis/core-concepts.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
