> For the complete documentation index, see [llms.txt](https://docs.lsports.eu/u/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lsports.eu/u/coverage-hub/monitoring/market-view.md).

# Market View

View all covered markets for a fixture with provider coverage and odds for each market.

***

## Overview

Market View displays:

* All markets covered for the selected fixture
* Providers offering each market
* Odds comparison across providers

***

## How to Use

1. **Open a fixture** from the Monitoring screen (Market View is the default)
2. **Select a market** from the dropdown
3. **View provider coverage** — see which providers offer this market
4. **Compare odds** across providers

***

## Features

### Market Selection

Click "Select market" to choose a specific market. The first market shown matches the sport's default (typically 1X2 for football).

### Favorite Markets

Use the star button next to markets to create shortcuts within Market View. Access favorites quickly from the market list.

### Line Selection

For markets with lines (Over/Under, Asian Handicap):

* Click "Select line" to choose specific lines
* By default, all lines are shown
* Market tables update based on your selection

***

## Racing Sports (PreMatch)

For racing sports (Horse Racing, Trotting, Greyhounds, Equine):

* Each round has a dedicated button
* Click to display round-supported markets
* Default shows the round with the closest start time
* Past rounds are disabled

### Round Metadata

* Race number and start time
* Competition and fixture name
* Type, Distance, Category
* Age requirements
* Place Odds Factor and Place Number

***

## Related

* [Provider View](/u/coverage-hub/monitoring/provider-view.md) — Analyze markets by provider
* [Monitoring Overview](/u/coverage-hub/monitoring.md) — Main monitoring documentation


---

# 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.lsports.eu/u/coverage-hub/monitoring/market-view.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.
