> For the complete documentation index, see [llms.txt](https://docs.tradoor.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradoor.io/tradoor-user-guide-v2/how-to-trade-on-tradoor/trading-options-101/how-to-navigate-tradoors-dnt-options-page/what-do-double-no-touch-odds-mean.md).

# What do "Double No Touch Odds" mean?

<div align="left"><figure><img src="/files/ESfR35dVeYo9OUSNh27m" alt="" width="186"><figcaption></figcaption></figure></div>

In the context of **DNT Options** trading (or any type of options trading), **"Odds"** represent the probability of an outcome happening, as well as the **potential payout** you can receive based on the trade's outcome.

The odds are a key part of determining the **risk-reward ratio** for your trade.

## Here's how **Odds** work in DNT (Double No Touch) Options:

* **Odds** tell you how much you can potentially win compared to your stake if the option expires in your favor.

## Example with DNT Options:

Imagine you're trading a **Double No Touch** (DNT) option where:

* The current price of Bitcoin is **$30,000**.
* You bet that the price will not touch the price levels of **$25,000** or **$35,000** by the end of the option’s time frame.

If the **odds** for this bet are **250%**, it means if you place a $100 bet you will get $250 if you profit.

***

## Summary

#### In short:

* You predict that the price will **stay within** a certain range.
* You win if the price **never touches or exceeds** either of the two set price levels.
* The **odds** (shown on the trading page) tell you how much you could earn relative to your stake.
* Higher odds = riskier but higher reward.
* Lower odds = safer but smaller reward.


---

# 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://docs.tradoor.io/tradoor-user-guide-v2/how-to-trade-on-tradoor/trading-options-101/how-to-navigate-tradoors-dnt-options-page/what-do-double-no-touch-odds-mean.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.
