# Comparación de Cuotas

Puede ser valioso hacer seguimiento a los mercados donde hay mucha actividad de apuestas, ya que los libros de apuestas pueden reducir las probabilidades para limitar su riesgo. Para hacer esto, puede establecer un porcentaje de cambio para las probabilidades que desea monitorear.

&#x20;**Por ejemplo:** puede crear un filtro que monitoree las probabilidades en vivo para que el favorito sea al menos un 10% más bajo que las probabilidades de cierre. Esto significa que a medida que el partido progresa y queda menos tiempo, si las probabilidades de que el favorito gane están cayendo (lo cual podría ir en contra de la lógica), el filtro se activará si las probabilidades son mayores a 1.60 y menores a 2.10. Esto puede ayudarle a identificar mercados que cumplen con sus criterios deseados y tomar decisiones de apuestas informadas.

<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/sstrader-es/crear-un-nuevo-modelo/filtro-de-cuota/comparacion-de-cuotas.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.
