> For the complete documentation index, see [llms.txt](https://polyhelper.gitbook.io/polyhelper-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polyhelper.gitbook.io/polyhelper-docs/analytics-tools/sports-intel.md).

# Sports Intel

The **Sports Intel** panel loads matchup data and live standings directly inside Polymarket — everything you need to trade sports markets without leaving the page.

Open it via the **Sports** icon in the right-side panel navigation.

***

## Supported Sports

| Sport                |                                     |
| -------------------- | ----------------------------------- |
| ⚽ Football (Soccer)  | All major leagues worldwide         |
| 🏀 Basketball        | NBA and international               |
| 🏒 Hockey            | NHL and major leagues               |
| 🏈 American Football | NFL                                 |
| 🎾 Tennis            | ATP, WTA, Grand Slams               |
| ⚾ Baseball           | MLB                                 |
| 🏎️ Formula 1        | Race results, qualifying, standings |

***

## What the Panel Shows

### Matchup Section

For each team or competitor involved in the market:

**Recent Form Badges** — a row of colored markers showing the last 5 results at a glance:

* 🟢 **W** — Win
* 🔴 **L** — Loss
* 🟡 **D** — Draw

**Last 5 Matches** — full breakdown for each game:

* Date, opponent (with club badge), and final score
* Result badge (W / L / D) per match

This lets you instantly see who's in form and who's struggling — without leaving Polymarket.

### Current Standings

Full league standings table for the relevant competition, including:

| Column        | Description                   |
| ------------- | ----------------------------- |
| **#**         | Current position in the table |
| **Team**      | Club name and badge           |
| **W / D / L** | Wins, Draws, Losses           |
| **GF / GA**   | Goals scored and conceded     |
| **PTS**       | Total points                  |

The two teams in the matchup are highlighted in the standings table for quick reference.

![La Liga standings in Sports Intel](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/sports-intel-standings.png)

***

## How to Use It

**For match winner markets** (e.g., "Will Barcelona beat Atlético?"):

1. Check the recent form badges — 5 greens vs a mix of red and green tells the story immediately
2. Look at individual match results — are the wins against strong or weak opponents?
3. Check standings — gap in points and position reflects the season-long gap in quality

**For season outcome markets** (e.g., "Will \[Team] win the league?"):

1. Check current points and position in the standings
2. Count remaining games and look at recent form — is the team in a good run or collapsing?

**For competition-specific markets** (tennis, F1):

* Player rankings and recent results for tennis
* Race and qualifying results for F1 markets

***

## Sport-Specific Notes

### Football (Soccer)

Covers all major leagues: Premier League, La Liga, Bundesliga, Serie A, Ligue 1, Champions League, Europa League, and major international tournaments.

![Sports Intel — Soccer matchup](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/sports-intel.png)

### Formula 1

Session-by-session results: Practice, Qualifying, Sprint, Race. Useful for winner markets, fastest lap, and constructor standings.

|                                                                                                               |                                                                                                               |
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| ![F1 Drivers](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/f1-drivers.png) | ![F1 Teams](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/f1-teams.png)     |
| ![F1 Races](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/f1-races-1.png)   | ![F1 Races 2](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/f1-races-2.png) |

### American Football (NFL)

Team records, recent form, and season standings — useful for game winner and playoff-related markets.

***

## Markets Where This Panel Activates

Sports Intel activates automatically on any market mentioning a sports team, athlete, league, or event across the 7 supported sports. UFC/MMA markets use the dedicated [UFC Context](/polyhelper-docs/analytics-tools/ufc-context.md) panel instead.

Browse: [2026 World Cup](https://polymarket.com/sports/world-cup) · [NBA](https://polymarket.com/sports/nba/games) · [All Sports](https://polymarket.com/sports/live)


---

# 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://polyhelper.gitbook.io/polyhelper-docs/analytics-tools/sports-intel.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.
