> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sx.bet/llms.txt
> Use this file to discover all available pages before exploring further.

# Betting Delays

> Betting delays by sport added to guard against toxic flow.

See below for the betting delays by sport which are added to guard against toxic flow from the bookmaker's side. It is effectively protection for the bookmaker. As order matching is done after the betting delay, errors observed in the past due to order cancellations within the betting delay will now be avoided.

Delays are set first at the league level. If there is no league level setting, delays are set at the sport level. If there is no sport level setting, we use a default of 8 seconds.

## Pregame

| Sport                | Delay (in seconds) |
| -------------------- | ------------------ |
| Default (all sports) | 0.5                |

## Live

### By league

| League           | Delay (in seconds) |
| ---------------- | ------------------ |
| NFL              | 3                  |
| IPL              | 4                  |
| NBA              | 4                  |
| MLB              | 5                  |
| NHL              | 5                  |
| EPL              | 6                  |
| La Liga          | 6                  |
| Champions League | 6                  |
| Serie A          | 6                  |
| Ligue 1          | 6                  |

### By sport

| Sport               | Delay (in seconds) |
| ------------------- | ------------------ |
| Tennis              | 5                  |
| MMA                 | 6                  |
| Baseball            | 8                  |
| Basketball          | 8                  |
| Football            | 8                  |
| Hockey              | 8                  |
| Cricket             | 8                  |
| Soccer              | 10                 |
| Default (all other) | 8                  |

## Related

<CardGroup cols={2}>
  <Card title="Filling Orders →" icon="hand-pointer" href="/developers/filling-orders">
    Full guide to filling orders as a taker.
  </Card>

  <Card title="POST /orders/fill/v2 →" icon="paper-plane" href="/api-reference/post-fill-order">
    API reference for the fill endpoint.
  </Card>
</CardGroup>
