Get line movement & steam
propline_get_event_movementLine movement + steam detection from the snapshot tick history. Per (book, market, outcome): opening line, latest line, signed implied-probability shift, point shift, direction. The steam[] array flags outcomes that multiple books moved the same direction — the classic sharp-money signal, computed across all 27 books PropLine polls. When a book moves the line itself, that outcome's prob_shift is null and direction is 'line_moved' (excluded from the steam signal). No pull-only odds API can produce this. Each outcome carries outcome_id (the id /odds and webhooks use); steam rows carry team (team totals) plus open_point/latest_point. Hobby+ full; free tier redacted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Measure movement from this moment instead of each line's first quote: ISO-8601 timestamp or a negative offset from now ('-6h', '-30m', '-2d'). Steam then covers only moves inside the window. | |
| period | No | Game-period filter (q1..q4, h1/h2, p1..p3, i1..i9, f3/f5/f7; comma-separated, or 'all'). Omit for full-game. | |
| markets | No | Comma-separated market keys. Defaults to h2h,spreads,totals. | |
| event_id | Yes | ||
| sport_key | Yes | ||
| bookmakers | No | Comma-separated subset of book keys (e.g. 'draftkings,fanduel'). Default returns all available. | |
| include_book_ids | No | When true, each outcome also carries book_outcome_id — the book's own selection id. |