# Safe Message

Stay ahead of the game with **real-time risk alerts**. The Safe Message Feature may assist you to **manage market suspensions, adjust odds, and assess risks** based on live match events—ensuring swift and informed decision-making.

### **Key Benefits:**

**Enhanced Risk Management:** Supports traders in real-time decision-making. Example: If a player in a football match receives a yellow or red card, operators can take action in the relevant markets to help mitigate risk.

**Market Stability:** Enables the ability for quick suspensions or adjustments based on live incidents. Example: A last-minute penalty decision in a high-stakes football game could trigger immediate market updates to prevent unfair betting opportunities.

**Instant Alerts:** Provides immediate awareness of potential threats to market integrity.

**Seamless Integration:** Fully embedded within the Livescore message for smooth adoption, controlled by a feature flag. Example: Operators can synchronize Safe Message alerts with existing risk management systems for automated decision-making during live football matches.

Now launching with **Football (soccer),** this feature strengthens risk management, ensures market integrity, and boosts operational efficiency. Expansion to additional sports, including Tennis, will enhance real-time event monitoring and improve betting market control.

### **Safe Message Overview**

The Safe Message Feature includes two key components:

#### **1. Danger Indicator**:

"DangerTriggers": Tracks risk status for three key market types:

1. General Markets (1): Goal-Based Markets (BTTS, CS, U/O, Etc....)
2. Card Markets (2): Card-Based Markets
3. Corner Markets (3): Corner-Based Markets

**Status Explanation** definition for the above market types

* **Status (1)**: Safe (Normal Market Functioning)
* **Status (2)**: Danger (Trader Alert to Potential)

#### **2. Current Incident**:

“CurrentIncident” - Provides details about the specific event that triggered the Danger Indicator.

#### **3. Incident Confirmation Entity**

The Livescore model has been extended with a confirmation fiel**d** for CurrentIncident events, providing customers with real-time clarity on incident validation.

\
This will indicate whether an incident is **Confirmed, TBD, or Cancelled**, critical for scenarios such as VAR reviews and overturned goals.

```
//"CurrentIncident": {   
    "Name": "Goal",  
    "Id": "9",   
    "Confirmation": "tbd" 


```

**Enum Confirmation Values:**

* `Confirmed = 0`
* `TBD = 1`
* `Cancelled = 2`

### **Safe Message Model**

The Safe Message Model defines the structure of messages for tracking the status of live football events. It consists of the following key elements:

* **Fixture Id:** Unique identifier for the fixture.
* **Danger Indicator:** A list of market types and their safety status.
* **Type:** Specifies the market type – General (1), Cards (2), Corners (3).
* **Market:** Describes the affected market (General, Card, or Corner).
* **Last Update:** Records the latest update time for the indicators.
* **Status:** Indicates whether the event is Safe (1), Danger (2).
* **Current Incident:** Stores details of the incident that triggered the danger status.
  * **Id (int):** Unique identifier for the incident.
  * **Name (string):** Description of the incident (e.g., Yellow Card).
  * **Incident Last Update (timestamp):** The time when the incident occurred.
  * **Confirmation:** A real-time view of if the incident is confirmed tbd or cancelled

This model ensures real-time risk tracking and structured data handling for football betting markets.

### **Coverage and Availability**

**Safe Message** is available on request through a feature flag; please inquire with your CSM to discuss enabling this feature and unlocking its potential.

Safe Message coverage is available on the majority of top tier football leagues and competitions worldwide, for example, the Premier League. A key consideration for coverage is based on the availability of scouting facilities at an event.

For more detailed coverage, reach out to the support team or your CSM.\
You can also open a request on our [Sport Content](https://feedback.lsports.eu/b/sports-content-requests) request board.

#### Scout Indicators in UI

We have recently enhanced the **Trading Floor** and **Fixtures (Ordering Page)** with visual indicators showing when a fixture is scouted.

* **Trading Floor :** Fixtures now display a badge/icon indicating scout coverage. Traders can immediately see which events are covered, helping them prioritize safe fixtures.
* **Fixtures/Ordering Page:** Sorting and filtering options have been added, allowing users to isolate scouted fixtures only. Tooltips explain the “Scoutfeed” icon for clarity.

These improvements make scout availability more transparent and actionable, reducing manual checks and boosting trader confidence in decision-making.

### Incident Type Safety Classification <a href="#incident-type-safety-classification" id="incident-type-safety-classification"></a>

| Incident         | Incident ID | General | Cards  | Corners |
| ---------------- | ----------- | ------- | ------ | ------- |
| Own goal         | 24          | Danger  | Danger | Safe    |
| Penalty goal     | 2320        | Danger  | Danger | Safe    |
| Dangerous attack | 5           | Danger  | Safe   | Danger  |
| Free kicks       | 13          | Safe    | Safe   | Danger  |
| Shots on target  | 2005        | Danger  | Safe   | Danger  |
| Shots off target | 3           | Safe    | Safe   | Danger  |
| Goal kicks       | 14          | Safe    | Safe   | Safe    |
| Corners          | 1           | Safe    | Safe   | Danger  |
| Throw-ins        | 17          | Safe    | Safe   | Safe    |
| Fouls            | 12          | Safe    | Danger | Safe    |
| Blocked shots    | 16          | Danger  | Safe   | Danger  |
| GK saves         | 96          | Safe    | Safe   | Danger  |
| Goal             | 9           | Danger  | Danger | Safe    |
| Injuries         | 2158        | Safe    | Safe   | Safe    |
| Offsides         | 15          | Safe    | Safe   | Safe    |
| Red card         | 7           | Safe    | Danger | Safe    |
| Yellow card      | 6           | Safe    | Danger | Safe    |
| Penalties        | 8           | Danger  | Danger | Safe    |
| Missed penalty   | 40          | Danger  | Danger | Safe    |
| Substitution     | 10          | Safe    | Safe   | Safe    |
