# Platform Limits

Configure betting limits that apply across your entire sportsbook. Define thresholds for single, multiple, and system bets across both PreMatch and InPlay categories.

***

## Access

Navigate to **DEFEND** → **Risk Controls** → **Platform Limits** in the platform sidebar.

***

## Overview

Platform Limits provide a structured framework of rules applied to different bet types:

* **Single bets** — Individual wagers on a single outcome
* **Multiple bets** — Parlays/accumulators combining multiple selections
* **System bets** — Combinations of multiple bets with various permutations

Limits can be configured by:

* Bet amount (stake)
* Potential risk
* Maximum winnings
* Bet repeatability
* Time range

***

## Creating a New Limit

### Step 1: General Rule Info

1. Click **+New** to start configuring a new limit
2. Configure the following:

| Field                 | Description                                | Default         |
| --------------------- | ------------------------------------------ | --------------- |
| **Time Range (From)** | Start date and time                        | Today, 00:01 AM |
| **Time Range (To)**   | End date and time                          | Today, 23:59 PM |
| **Platform Max Risk** | Maximum risk tolerance across the platform | 25,500          |
| **Action**            | What happens when limit is exceeded        | Reject          |
| **Description**       | Short description (3-100 characters)       | —               |

**Validation Rules:**

* End time cannot precede start time
* Overlapping time ranges are not allowed
* Platform Max Risk range: 10 - 100,000,000

***

### Step 2: PreMatch Rule Info

Define limits for Single, Multiple, and System Bets in PreMatch markets:

| Field                                    | Description                                                |
| ---------------------------------------- | ---------------------------------------------------------- |
| **Bet Max Risk**                         | Total amount the company is willing to lose on single bets |
| **Max Bet Amount**                       | Maximum stake value accepted for a single bet              |
| **Min Bet Amount**                       | Minimum stake value allowed for a single bet               |
| **Max Winning**                          | Maximum payout per bet per customer                        |
| **Max Odds**                             | Maximum odds the system will accept                        |
| **Min Odds**                             | Minimum odds the system will accept                        |
| **Max Winning Percentage**               | Ratio of winning bets to all bets taken                    |
| **Max Repeated For Bet**                 | Maximum total stake allowed for repeated bets per day      |
| **Cumulative For Repeated Bet**          | Maximum number of times the same bet can be placed per day |
| **Max Winning for Ongoing PreMatch Bet** | Total potential winnings from unsettled PreMatch bets      |

**Validation:**

* Numeric inputs only
* Range: 10 - 100,000,000

***

### Step 3: InPlay Rule Info

Define limits for live (InPlay) betting:

| Field                                      | Description                                         |
| ------------------------------------------ | --------------------------------------------------- |
| **Bet Max Risk**                           | Maximum stake for a single live bet                 |
| **Max Win Live**                           | Maximum payout for a single live bet                |
| **Max Winning Percentage**                 | Ratio of winning bets to all bets                   |
| **Max Winning Percentage for Ongoing Bet** | Total potential winnings from unsettled InPlay bets |

**Toggle Option:** Enable or disable the limit (Default: Off)

Click **Save** to finalize the configuration.

***

## Managing Limits

### Actions

| Action      | Description                               |
| ----------- | ----------------------------------------- |
| **Save**    | Activate the new limit and send to server |
| **Cancel**  | Delete the new limit without saving       |
| **Discard** | Clear all inputs for the current step     |
| **Delete**  | Remove an existing limit permanently      |

### Review and Edit

* Navigate between tabs to review or modify configurations
* Same input fields and validations apply as in creation

***

## General Restrictions

* **Active limits** are displayed at the top of the limits list
* **Time range logic:** Define the date range and specific time frame for when the limit is active. For example, if the date range is 19/1 to 25/1 with a time frame of 23:00 to 8:00, the limit will be applied during those hours on each day within that range.


---

# 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/defend/risk-controls/platform-limits.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.
