# Оdds Comparing

It can be valuable to track the markets where there is a lot of betting activity, as bookmakers may reduce the odds to limit their risk. To do this, you can set a percentage change for the odds you want to monitor.

**For example:** you can create a filter that monitors the Live odds for the Favorite to be at least 10% lower than the Closing odds. This means that as the match progresses and there is less time left, if the odds for the Favorite to win are falling (which may go against logic), the filter will be activated if the odds are greater than 1.60 and less than 2.10. This can help you identify markets that meet your desired criteria and make informed betting decisions.

<figure><img src="/files/g3nl8PKFb7FRWab0mSkS" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://features.sstrader.com/sstrader-tutorials/creating-new-models/odds-filter/odds-comparing.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.
