Skip to main content

What is a market?

A market on SX Bet represents a single, binary question about the outcome of a sporting event. For example:
  • Will the Lakers or the Celtics win? (Moneyline)
  • Will the total goals scored be over or under 2.5? (Total)
  • Will Manchester City win by more than 1.5 goals? (Spread)
Every market has exactly two sides you can bet on. When you place a bet, you’re taking a position on one of those two outcomes. If neither outcome is valid (e.g. the game is cancelled), the market resolves as void and all bets are returned. Many markets exist for any single fixture. A Premier League match might have a moneyline market, multiple spread markets at different lines, multiple over/under totals, and more.

The market hash

Every market on SX Bet is identified by a unique marketHash.
The marketHash is the primary key used across the entire API. You’ll use it to:
  • Read the book on a market
  • Post and cancel orders
  • Query your bet history
  • Subscribe to orderbook updates via WebSocket

Outcomes

Every market has three outcome fields: The meaning of these fields depends on the market type:

Market types

In addition to outcome names, each market has a type field. This numeric identifier tells you what kind of market it is. SX Bet supports over 30 market types — see the full list on the Market Types page. A few common examples: For spread and total markets, the line field contains the relevant value:

Main lines and alternate lines

For spread and total markets, multiple lines are often available for the same fixture. For example, a soccer match might have totals at 1.5, 2.5, and 3.5 goals. The mainLine field indicates whether a market is currently the primary line for its type:
The main line is the primary, most balanced line where both outcomes are closest to having an equal probability (50/50) — it shifts as the market moves. A market type either carries a line or it does not — see Market types, the Has lines column.

isQuarterLineMarket

isQuarterLineMarket is present on every market row, as a boolean.
A quarter-line market settles as a half-win or half-loss. See Quarter-line markets.

Market status

The status field tells you whether a market is currently open for trading.

Live markets

Many markets support in-play (live) betting. The liveEnabled field indicates whether a market is available for live betting:
Live markets remain active while the game is in progress. Odds and liquidity can move quickly on live markets, so be mindful of taking liquidity and betting delays on live markets.

Full market object

Here’s a complete market object for reference:
A settled market additionally carries reportedDate, outcome, teamOneScore and teamTwoScore — see Find markets. A parlay market carries legs — see Parlays.

Overview

The sport → league → event → market hierarchy, and how to traverse it.

Market types

Every type id, its bet group, and whether it carries a line.

Fetching markets

Filters, pagination, and querying by sport, league, event or hash.

Quarter-line markets

What isQuarterLineMarket changes about settlement.
Last modified on August 11, 2026