# Betting

To successfully place a bet, follow these steps:

* navigate to the [Bets tab](https://app.addictionbets.com/bets) and choose the category of your interest;
* select the specific event you want to place a bet on and click the “Place bet” button;
* choose the particular bet within the selected event that you want to place;
* enter the amount you intend to bet;
* review the odds provided for both “Yes” and “No” options and click on your chosen option;
* in the opened window, review the bet details and click the "Confirm" button;
* confirm the transaction by using the placeBet method in the MetaMask wallet

**Once you have placed a bet, it cannot be cancelled** (At the time of the beta version of app).

The acceptance of bets will end clearly at the time of the end of the timer on the site, and within a few hours the winnings will be automatically distributed by the administrator transaction to your winner’s wallets.


---

# 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://gitbook.addictionbets.com/functions/betting.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.
