> For the complete documentation index, see [llms.txt](https://billiard-hub.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://billiard-hub.gitbook.io/docs/10.-billiards-hub-betting-service/10.2-betting-methods.md).

# 10.2 Betting Methods

### ✅ **Standard Betting Types**

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Betting Type</td><td valign="top">Description</td></tr><tr><td valign="top">Winner Prediction</td><td valign="top">Predict the winner of the match (select one player or team)</td></tr><tr><td valign="top">Score Prediction</td><td valign="top">Predict the score difference or exact score (e.g., 15–10)</td></tr><tr><td valign="top">Handicap Betting</td><td valign="top">Betting adjusted for skill differences between players</td></tr><tr><td valign="top">Event Betting</td><td valign="top">Betting on specific events like successful shots or first to score</td></tr></tbody></table>

***

### ✅ **Betting Assets**

* Users can place bets using either **8BALL tokens** or **BHP points**
* Reward mechanics may vary depending on the chosen asset type

***

### ✅ **How to Participate**

1. Access the **Billiards Hub platform**
2. View the list of currently available matches for betting
3. Select a match and betting condition (e.g., winner, score margin)
4. Enter the bet amount using **8BALL** or **BHP**
5. Confirm the bet via **smart contract**, ensuring automatic, transparent locking of assets


---

# 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 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, and the optional `goal` query parameter:

```
GET https://billiard-hub.gitbook.io/docs/10.-billiards-hub-betting-service/10.2-betting-methods.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
