> For the complete documentation index, see [llms.txt](https://developer.aiodds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.aiodds.com/operation/monitor-live-odds.md).

# Monitor live odds

Use the Customer Console to review live and pre-match events, compare bookmaker odds, and track market status.

## Open Monitoring

Go to [Customer Console](https://www.aiodds.com/monitoring).

The Monitoring view includes:

* Matches
* Outrights
* In-Play
* Pre-Match
* Sports filters
* Bookmaker filters
* Proprietary odds
* Followed matches
* Suspended markets
* Popular matches
* Alert messages

## Read the market view

Monitoring shows match and market information such as:

* Country and competition
* Match status and clock
* Score
* Teams
* Bookmaker
* Winner market
* Total market
* Handicap market
* Margin or movement indicators

## Understand odds colors

| Color | Meaning             |
| ----- | ------------------- |
| Grey  | Closed.             |
| Red   | Recently increased. |
| Blue  | Recently decreased. |

## Follow important matches

Use followed matches to keep operational focus on matches that matter to your trading or monitoring workflow.

## Use alerts

Review alert messages when you need to investigate market changes, suspended odds, or operational issues.

## Compare with your integration

When validating your API or WebSocket integration, use Monitoring as an operational reference:

1. Pick a match in Monitoring.
2. Confirm the sport, competition, teams, and status.
3. Check the visible markets and bookmaker.
4. Compare against your API response or WebSocket updates.
5. Investigate mismatches with your mapping, product permissions, and timing.


---

# 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://developer.aiodds.com/operation/monitor-live-odds.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.
