post https://api.matchbook.com/edge/rest/v2/offers
Submit one or more offers i.e. your intention or willingness to have bets with other users.
API GROUP : BETTING_WRITE
Note: We stopped supporting binary mode for new offer submissions
Offer Statuses
Status | Description |
---|---|
open | The offer is available to be matched by other users. |
cancelled | The offer has been cancelled by the user. |
edited | The offer has been edited by the user but is still available to be matched by other users with the new values. |
matched | The offer has been fully matched by one or more other users. |
flushed | The offer has been flushed by the system and is no longer available to be matched by other users. |
failed | Offer submission failed. The accompanying error message will give the failure reason. |
delayed | Offer submission was delayed due to in-play market. The offer will enter the market after the delay or it will fail. During the delay the offer is not available for matching. |
Offers request body params
Name | Type | Description |
---|---|---|
runner-id | Long | Runner unique identifier. |
side | String | Either back, lay, win or lose. |
odds | Float | Offer odds following the format specified with odds-type. |
stake | Float | Offer stake. |
keep-in-play | Boolean(false) | A boolean indicating whether the unmatched part of the offer will remain active when the event goes in play. The offer will be flushed in any other circumstance such as a horse being withdrawn from a race or a material event occurring in a soccer match. |