> For the complete documentation index, see [llms.txt](https://prodds.gitbook.io/prodds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prodds.gitbook.io/prodds/prodds-predict/types-of-prodds-prediction-pools.md).

# Types of Prodds Prediction Pools

Prodds offers a range of prediction pools to engage sports fans, focusing exclusively on sports events. These pools enhance the sports-watching experience, whether you’re predicting match outcomes or season-long events.&#x20;

Currently, Prodds features three main pool types: <mark style="color:blue;">**Standard Match Pools**</mark>, <mark style="color:blue;">**Handicap Match Pools**</mark>, and <mark style="color:blue;">**Event Pools**</mark>. Each is designed to bring fans closer to the action with transparent and flexible betting options.

## 1. Standard Match Pool

<table data-header-hidden><thead><tr><th width="190"></th><th></th></tr></thead><tbody><tr><td><strong>Objective</strong></td><td>Predict the outcome of a specific match.</td></tr><tr><td><strong>Options</strong></td><td>Select the winning team/player or predict a draw, where available.</td></tr><tr><td><strong>Pool Open Time</strong></td><td>Opens at the later of 14 days before the match or when the match details are confirmed</td></tr><tr><td><strong>Pool Close Time</strong></td><td>Closes at kick-off</td></tr></tbody></table>

## 2. Handicap Match Pool

<table data-header-hidden><thead><tr><th width="190"></th><th></th></tr></thead><tbody><tr><td><strong>Objective</strong></td><td>Adjusts for skill differences between teams to create fairer prediction odds.</td></tr><tr><td><strong>Handicap System</strong></td><td>Applies a handicap (e.g., -0.5, -1.5) to the favored team, eliminating the draw option by creating an adjusted score.</td></tr><tr><td><strong>Pool Open Time</strong></td><td>Opens at the later of 14 days before the match or when the match details are confirmed</td></tr><tr><td><strong>Pool Close Time</strong></td><td>Closes at kick-off</td></tr><tr><td><strong>Example</strong></td><td>Team A has a -1.5 handicap against Team B. If the final score is 1:0 for Team A, the adjusted score becomes -0.5:0, making Team B the pool winner.</td></tr></tbody></table>

## 3. Event Pool

<table data-header-hidden><thead><tr><th width="190"></th><th></th></tr></thead><tbody><tr><td><strong>Objective</strong></td><td>Predict significant, season-wide outcomes or key events concerning players.</td></tr><tr><td><strong>Examples</strong></td><td>Choose the Premier League champion or predict if a specific player will transfer teams by a set date.</td></tr></tbody></table>


---

# 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://prodds.gitbook.io/prodds/prodds-predict/types-of-prodds-prediction-pools.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.
