# Bet Placement

* Bet can be placed on a single event.
* Bet can be placed on multiple events. Only Pre-Live, only Live and combination.
* Multibet odds are calculated correctly. Product of odds of all selections in ticket.
* For Live events specified LTD(Live Time Delay) is applied. In multibets LTD of live event with the biggest delay is applied or custom multibet LTD, which is configured on segment level.
* Advanced LTD. Bets placed during break time in a match are accepted without LTD.
* If odds change during bet processing or LTD, bet should be rejected.
* If the “accept all odds changes” option is used, bet should be accepted even if odds change. In ‘placed bets’ such bet should have correct odds
* Player ID is expected to match with regex **^\[0-9A-Za-z#\_-]\*.** Some exceptions may apply.
* Player Id should be consistent for the same player. Regardless of players currency, location, IP address and other factors that can change over time.
* If a ticket is rejected by Odds88, you receive the correct rejection reason.
* You are able to send a bet cancellation request in case it is required.
* Maximum bet size is calculated correctly for the player.
* Correct segment(s) is used by you to register bets.
* Cash out for live events has LTD implemented on the your side. **6 seconds**.
* Live time delay should be applied to cash out even if a bet was placed during pre match.
* Betplacement parameters “deviceId” and “ip” should have real values to reflect the player’s location and device from which the bet was placed.


---

# 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/test-cases/bet-placement.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.
