# Pick’em Integration

This section of the document outlines the integration process for our Pick’em feed and what Pick'em exactly means.

In sports betting, a pick'em is when both teams/players or result of a total or handicap line are seen roughly as equal probability, and a bet on either of these selections would return the same amount of money. People generally use the term “Pick'em” loosely, meaning the odds don't always have to be exactly the same for a matchup to be regarded as a pick'em.\
\
Pick'em example of Player market:

<figure><img src="/files/9aNj58tWSs4zy4pbUEzE" alt=""><figcaption></figcaption></figure>

This is a normal market inside an Event. But it can be classifies as a Pick'em market as well due to the probabilities being exactly the same.

Pick'em example of Teams market:

<figure><img src="/files/8UnBTxmBrkc3kv1Vcm9M" alt=""><figcaption></figcaption></figure>

Same case with this one, a normal Winner market here, where the odds are not exactly the same but it can be classified as a Pick'em market.

Pick'em example of UI:

<figure><img src="/files/mjVtFz7VJCnbRtSw2mg8" alt=""><figcaption></figcaption></figure>

**Pick'em aka Pick Them** is essentially making a choice: Yes or No, Team 1 or Team 2, Over x.x or Under x.x etc\
\
This Pick'em stream provides four distinct types of deltas. Specific deltas can be identified by the “Type” field. Connecting to the feed stream is accomplished via WebSocket, the same protocol employed for our other feeds. This feed will exclusively transmit Pick’em events and markets. \
Bet placement will function identically to that of regular markets (with the exception of pre-match bets), albeit with market contingency on our end. We have configured the markets within an event for players to place so-called multi-bets. A novel field, “enum BetType,” has been introduced in the bet placement request. The value of 0 corresponds to standard bets, while 1 signifies Pick’em bets.

Pick'em markets use the same translations as the ones that come through our translations feed.&#x20;


---

# 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.odds88.io/integration-process/recommended-integration-flow/optional-features/pickem-integration.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.
