> For the complete documentation index, see [llms.txt](https://developer.aiodds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.aiodds.com/help-center/plans-billing/score-details.md).

# Score Details

This article describes the specific content represented by Score Details for each sport.

<table data-header-hidden="false" data-header-sticky data-first-column-sticky><thead><tr><th width="111.23828125">Sport</th><th>ft</th><th>p*</th><th>ot</th><th>pt</th><th>ap</th></tr></thead><tbody><tr><td>Football</td><td>Regular time</td><td>Single quarter score</td><td><p>After overtime</p><p>(include ft)</p></td><td>Penalty shootout</td><td><p>After penalty shootout</p><p>(include ft,ot)</p></td></tr><tr><td>Basketball</td><td><p>Total score</p><p>(include ot)</p></td><td>Single quarter score</td><td>Overtime score</td><td></td><td></td></tr><tr><td>Tennis</td><td>Total score</td><td>Single quarter score</td><td></td><td></td><td></td></tr><tr><td>Cricket</td><td><p>Total score</p><p>(include so)</p></td><td>Single quarter score</td><td>Super over</td><td></td><td></td></tr><tr><td>Baseball</td><td><p>Total score</p><p>(include ot)</p></td><td>Single quarter score</td><td>Overtime score</td><td></td><td></td></tr><tr><td>Handball</td><td>Regular time</td><td>Single quarter score</td><td><p>After overtime</p><p>(include ft)</p></td><td>Penalty shootout</td><td><p>After penalty shootout</p><p>(include ft,ot)</p></td></tr><tr><td>Ice Hockey</td><td>Regular time</td><td>Single quarter score</td><td><p>After overtime</p><p>(include ft)</p></td><td>Penalty shootout</td><td><p>After penalty shootout</p><p>(include ft,ot)</p></td></tr><tr><td>Volleyball</td><td>Total score</td><td>Single quarter score</td><td></td><td></td><td></td></tr><tr><td>Table Tennis</td><td>Total score</td><td>Single quarter score</td><td></td><td></td><td></td></tr><tr><td>American Football</td><td>Regular time</td><td>Single quarter score</td><td><p>After overtime</p><p>(include ft)</p></td><td></td><td></td></tr><tr><td>Snooker</td><td>Total score</td><td>Single quarter score</td><td></td><td></td><td></td></tr><tr><td>Darts</td><td>Total score</td><td></td><td></td><td></td><td></td></tr><tr><td>Badminton</td><td>Total score</td><td>Single quarter score</td><td></td><td></td><td></td></tr><tr><td>Boxing</td><td>Total score</td><td></td><td></td><td></td><td></td></tr><tr><td>Esports</td><td>Total score</td><td>Single quarter score</td><td></td><td></td><td></td></tr></tbody></table>


---

# 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://developer.aiodds.com/help-center/plans-billing/score-details.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.
