> For the complete documentation index, see [llms.txt](https://docs.odds88.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.odds88.io/odds88-client-api/odds88-feeds/pickem-feed.md).

# Pick'em Feed

```
/feed/pickems?revision={lastUpdatedTime}
```

Contains live sport data updates only for Pick'em markets. Delivered in the form of "deltas" - differences from the previous state.

`revision` - version of last successfully processed delta message. Can be `0` for initial connection.

{% hint style="warning" %}
The stream connection is rate-limited and there can be only 1 active connection at a time.
{% endhint %}

**Limits:**

* connection without revision, 5 connections per 1 hour
* connection with too small revision, 5 connections per 1 hour
* connection with proper revision, 5 connections per 5 minutes
