# Bot Interaction Examples

## Prediction Request

User Command: `'/prediction'`

Bot Response: Provides detailed AI match predictions, including event, teams, and betting advice.

Example:&#x20;

`Event: Serie B (Italy)`

`Teams: Cittadella - Pisa`

`AI Prediction: Winner Pisa`

`AI Advice: Double chance : Draw or Pisa`

`Event: Segunda División (Spain)`

`Teams: Racing Ferrol - Racing Santander`

`AI Prediction: Winner Racing Santander`

`AI Advice: Double chance : Draw or Racing Santander`

## Arbitrage Scan

User Command: `'/scan 10000-50-100-1'`

Bot Response: Offers arbitrage betting opportunities, detailing matches, odds, bookmakers, and expected profit.

Example:&#x20;

`Info: Primera División - Chile (Campeonato Chileno)`

`Match: Everton de Viña del Mar - O'Higgins`

`1: 3.2(Bet:3200.0) Bookmaker: Coolbet`

`2: 3.0(Bet:3400.0) Bookmaker: 888sport`

`X: 3.3(Bet:3100.0) Bookmaker: Coolbet`

`=>COST: 9700.0`

`=>PROFIT: 240.0$ max - 200.0$ min`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://0xbet-1.gitbook.io/0xbet/0xbet-bot/bot-interaction-examples.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.
