The "Late Money" Phenomenon
Greyhound markets are defined by extreme volatility in the final minute. This section visualizes the 60-second liquidity spike and the disconnect between the "True Price" and the visible market price.
Market Volume Profile (Last 60s)
High Volatility ZoneThe "True Price" Lag
Prices move after liquidity shifts. By the time a Standard API user sees the price change, the liquidity has often vanished.
Critical Insight
"If you are on a Standard API, you are effectively blind for the final 2 seconds before the off."
The "60-Second Spike"
Automated bots and courtsiders flood the market just before the "Suspend" signal. This creates a vertical wall of volume that defines the starting price.
API Access Tiers & Latency
Understanding the technical limitations of your access tier is crucial. This section compares the Standard (Polling) approach versus the Advantage (Streaming) capabilities.
Standard Access
The "Free" Tier
- Method: Polling (listMarketBook)
- RPS Limit: ~5 Requests/sec
- Data View: 1-second snapshots
- Latency: High (Blind in last 2s)
Advantage Access
Paid / Pro Tier
- Method: Streaming API
- RPS Limit: Negotiable (20+)
- Data View: Real-time Incremental
- Latency: Low (Millisecond updates)
Interactive: The "Blind Spot" Simulator
Experience the difference between Polling (Standard) and Streaming (Advantage) during a market move.
Market Status:
Current Best Price:
Click "Attempt Bet" to test latency.
Standard mode introduces a simulated 1.5s "Polling Delay" typical of hitting rate limits.
Technical Nuances & Ghosts
Greyhound markets are full of "ghosts"—from vacant traps to spoofed orders. This section dissects the mechanics that trap unwary bots.
The "Spoof" Wall
Visualizing Weight of Money (WOM) Manipulation
Explanation: Large "Lay" orders (Red bars) are placed 3-4 ticks away to simulate false resistance. This tricks simple WOM bots into backing the price. These orders are pulled seconds before the off.
Edge: Filter out orders >3 ticks from best price.
Critical Data Anomalies
🏰 Court-Siding
Time between "Loading" and "Off" is seconds. People at the track see the dogs start before the Betfair "Suspend" signal.
👻 The "Vacant Trap"
When a dog is scratched, the market percentages don't reshape instantly. This creates a temporary "over-round" value gap.
🆔 Trap vs. Name ID
API bets are on Selection IDs. If a Reserve enters, the Trap stays the same, but ID changes. Bots often bet on the wrong dog (Reserve) by mistake.
🔗 Cross-Matching
Betfair virtually matches back/lay across dogs. This creates "ghost liquidity" that vanishes when you try to take it.
Known Edges & Strategy
How to navigate the noise. A summary of actionable strategies derived from the forensic analysis.
1. Offset Betting
Because latency (200ms+) makes hitting a moving price impossible, do not chase.
Place Limit Order @ (Current Price - 2 Ticks)
Result: Instant match when steam occurs.
2. The BSP Pivot
Late drifters often over-correct on the exchange due to panic.
IF (Dog is Drifting > 10%) AND (Time < 30s) THEN
Switch from Exchange Back -> "Take SP"
3. Anti-Spoof Filter
Ignore the "Wall" of money sitting far out.
Liquidity_Metric = Sum(Volume) WHERE
Price < (Best_Offer + 4 Ticks)
4. Time-In-Force (TIF)
Manage "Keep" bets strictly during the In-Play transition.
Default = "Lapse" (Cancel at off).
"Keep" bets risk being matched instantly if a dog misses the break.
Drifters: Exchange vs. BSP Efficiency
Hypothetical representation: Drifting dogs often return better value at BSP than the inflated Exchange price.