> For the complete documentation index, see [llms.txt](https://fantasygo.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasygo-49s.md).

# FantasyGo 49s

## <mark style="color:purple;">What is FantasyGo 49s?</mark>

FantasyGo 49s is a fantasy-based lucky numbers game. Users score points based on matching numbers conducted by the twice-daily UK49s draw.

Draws take place twice a day: There's a Lunchtime Draw at 14:49 and an Evening Draw at 19:49. These times may change throughout the year depending on British daylight savings time.

To enter a selection you must pick any 7 numbers from 1 to 49. You do not need to select a bonus number.

You will score points based on how many of your numbers match the UK49s draw. The more points you get, the bigger the share of the pool you will win.

Selections cannot be edited once submitted. Unlimited submissions can be made per draw. Each selection costs just R5 to enter.

Note: FantasyGo reserves the right to decrease the number of daily draws.

## <mark style="color:purple;">How to score points?</mark>

* Matching number (non-bonus): +10 points
* Matching bonus number: +20 points

## <mark style="color:purple;">How does the prize pool grow?</mark>

Just like our fantasy games, the FantasyGo 49s pools grow each time someone submits a selection.

There is a guaranteed **jackpot prize of R1 million** to be shared between those who score 80 points.

## <mark style="color:purple;">Prize distribution</mark>

**80 points:** 25% of the pool plus any shortfall equal to **R1,000,000.**

**70 points:** 20% of the pool shared.

**60 points:** 18.5% of the pool shared.

**50 points:** 17% of the pool shared.

**40 points:** 10% of the pool shared.

**30 points:** 6% of the pool shared.

**20 points:** 3.5% of the pool shared.

**10 points of fewer:** No prizes will be awarded for predictions with fewer than 2 correct scores.

Any portion of the net pool that is not won in a prediction round will carry over into the following round.

Note that FantasyGo reserves the right to modify the prize pool split. You can find the exact prize pool splits by clicking on the information icon next to the prize pool amount on the contest card.


---

# 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://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/fantasygo-49s.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.
