# Provider Odds+

TRADE offers two levels of access to raw provider odds data - **Provider Odds** and **Provider Odds⁺** - designed to meet varying operational needs across sportsbook operations.

### Provider Odds Basic

**Provider Odds** refers to the **display-only access** to raw provider odds. This data is visible within the [**TRADE fixture logs**](/u/trade/user-guide/operational/fixture-logs.md), offering full transparency into what the providers are offering, without pushing the data into the feed itself.

#### Key Points:

* **Access Point**: Displayed only in the **TRADE UI**, within **fixture logs**.
* **Data Usage**: Visual monitoring and manual benchmarking.
* **Availability**: Automatically included for all TRADE clients by default.
* **Use Case**: Ideal for clients who want visibility into provider pricing without integrating it into their systems or feeds.

This level of access allows traders and risk managers to **compare provider odds against LSports' calculated odds**, aiding manual decision-making.

### Provider Odds⁺

**Provider Odds⁺** is an **add-on** for TRADE clients who want to **integrate raw provider data directly into their operational systems** via the live feed. With this enabled, the provider's odds are sent as part of the data stream through the `ProviderMarkets` object.

The **ProviderMarket** object is included in all **market** and **settlement** messages:

* [**Market Update** (ID: 3)](/u/trade/integration/message-structure/market.md)
* [**Settlement** (ID: 35)](/u/trade/integration/message-structure/settlement.md#providermarkets)
* [**Outright League Market** (ID: 40)](/u/trade/integration/message-structure/outright-league-market.md)
* [**Outright Market** (ID: 41)](/u/trade/integration/message-structure/outright-market.md)
* [**Outright Settlement** (ID: 42)](/u/trade/integration/message-structure/outright-settlement.md)

#### Key Points:

* **Access Point**: Delivered directly in the **data feed**, alongside calculated odds.
* **Technical Format**: Appears as the `ProviderMarkets` object in all relevant message types.
* **Activation**: Please contact your CSM to enable this

This option is suited for clients who want **automated access** to raw provider data, enabling them to scale operations, build decision logic, or enhance risk modeling in real time.


---

# 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://docs.lsports.eu/u/trade/concepts/provider-odds+.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.
