> 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/defend/step-3-operational/outright-leagues-support.md).

# Outright League Markets Support

## Overview

DEFEND now supports pre-match outright league and tournament markets, enabling you to monitor, manage, and analyze long-term markets such as:

* Premier League Winner
* UEFA Champions League Winner
* FIFA World Cup Winner
* Top Goalscorer
* Relegation Markets

This enhancement ensures DEFEND can correctly consume and process season-spanning markets and include them across key workflows, including Bet Monitor, P\&L tracking, limit management, and player history.

{% hint style="info" %}
Outright market support is currently available for pre-match markets only. InPlay outright markets are not supported.
{% endhint %}

***

## What Are Outright Markets?

Unlike standard event markets that are settled shortly after a fixture ends, outright markets remain open for an extended period and are settled only when the league, tournament, or competition concludes.

Examples include:

* Premier League Winner
* World Cup Winner
* Champions League Winner

These markets may remain active for weeks or months before settlement.

***

## Limit Management

You can configure stake and risk limits for pre-match single outright bets using the following limit types:

| Limit              | Description                                                             |
| ------------------ | ----------------------------------------------------------------------- |
| **Bet Max Risk**   | Maximum potential liability across all bets for a given outright market |
| **Max Bet Amount** | Maximum stake accepted on a single outright bet                         |
| **Min Bet Amount** | Minimum stake required on a single outright bet                         |
| **Max Winning**    | Maximum payout per outright bet per player                              |

***

## Bet Monitor & Player History

Outright bets appear in the Bet Monitor alongside standard bets, providing full visibility into betting activity across long-term markets.

Settlement status, P\&L, and player attribution are tracked throughout the entire lifecycle of the market — from bet placement through final settlement.

Players who place outright bets are automatically included in:

* Player History
* Risk Analysis workflows

***

## Risk & P\&L Monitoring

Outright markets are fully incorporated into DEFEND's risk management workflows, allowing you to:

* Monitor exposure across league and tournament winner markets
* Track potential liabilities over the lifetime of the competition
* Analyze player activity related to outright betting
* Include outright bets in overall P\&L calculations and reporting


---

# 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/defend/step-3-operational/outright-leagues-support.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.
