Betslip

Betslip integration

The emBET SDK supports two ways to handle bet placement: you can use the built-in embedded betslip UI, or build a custom betslip in your own application.

EmbeddedCustom
UIProvided by the SDKFully owned by the integrator
FlowThe SDK shows the betslip; your code validates bets via onPlaceBet in betSlipConfig.The SDK raises selection events; you show your betslip and complete placement yourself.
AnalyticsHandled by the embedded flow.You must share placement events with the SDK (e.g. notifyBetPlaced) for product analytics and performance tracking.

Choose the guide that matches your integration:

  • Embedded betslip — configure betSlipConfig, handle onPlaceBet, and return bet states to the SDK UI.
  • Custom betslip — listen for outcome_selected, run your own placement flow, and call notifyBetPlaced when finished.