> For the complete documentation index, see [llms.txt](https://randomdeveloper.gitbook.io/docs.gamblefi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://randomdeveloper.gitbook.io/docs.gamblefi.io/dao-features/zero-loss-betting.md).

# Zero Loss Betting

![](/files/f4P20Pjv3W8cBy2OCXeL)

GambleFi DAO features the first **Zero Loss Betting System** with initial investment return for a lost bet. Users will be able to bet on various **Sports** and **eSports** events and the bet winners will receive prizes. Thankfully in our system **losers never lose their capital**!

The users’ investment is accumulated and staked for a week in the most rewarding staking pool available. At the end of the betting period the staking pool rewards will be distributed between the winning betters, while the losers receive their initial investment back, creating a zero loss betting system. The betting system is also directly connected to the DAO as 10% of the staking rewards go back to the protocol's treasury.

![](/files/YBATI1dDL3gd6pQ4QI39)

![Smart Contract Architecture](/files/mJ1y0D8UyWj4mOfOezud)

## Reward Calculation

BetMultiplier for each Player bet is calculated for each output using this formula:

$$
BetMultiplier= \frac{FarmedReward}{OutputPot}\*UserOutputBet
$$

$$
FarmedReward= TotalPot \* \frac{FarmAPR}{365}\*FarmingDays
$$

{% hint style="info" %}
In synthesis the Multiplier is influenced by the total number of players and bets on the single output event. That means that less probable events will have a higher Multiplier than the most probable event.
{% endhint %}

## Betting Governance

Being a DAO, GambleFi values the investor’s opinion more than anything. This will also apply to the betting system, where users will be able to choose new featured sporting events on the platform, or upcoming matches from their favorite teams. We will offer the initial technology and system and the community will be our winning card to decide the most requested events.


---

# 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:

```
GET https://randomdeveloper.gitbook.io/docs.gamblefi.io/dao-features/zero-loss-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.
