The Tile widget shows real-time betting odds for a single game, futures market, or game props, displayed in a responsive grid. For a game tile, you get three market columns — Moneyline, Spread, and Over/Under — each with a row per team. Futures tiles show a ranked list of entities with their odds to win. Props tiles show player or team prop markets. All three types pull data directly from the Tallysight API and refresh on demand.Documentation Index
Fetch the complete documentation index at: https://docs.tally.site/llms.txt
Use this file to discover all available pages before exploring further.
Embed code
Add the SDK script tag and a<span> element with data-tallysight-widget-type="tile" and your widget ID:
WordPress shortcode
Configuration options
| Config attribute | Values | Description |
|---|---|---|
config-workspace | Workspace slug | Scopes the widget to your workspace’s branding and sportsbook list |
config-odds-by | best-odds, or a sportsbook slug | Which sportsbook’s odds to display. Use best-odds to show the best available line across sportsbooks |
config-format | american, decimal, fractional | Odds display format. If omitted, the widget auto-detects the correct format based on the visitor’s geolocation |
config-type | games, futures | Tile type. If omitted, the widget detects the correct type from its configuration in the Tallysight dashboard |
config-hide-brand-logo | true, false | Whether to hide the Tallysight branding in the widget footer |
config-multiple | true, false | Whether the tile represents a group of related markets. Set automatically by the Tallysight embed dialog |
Tile types
Games
A game tile (type: "game") shows two teams with three market columns: Moneyline, Spread, and Over/Under. Each cell links to the sportsbook and shows the current line. The tile shows the game status (scheduled, live, or final) and the start time.
Futures
A futures tile (type: "future") shows a list of teams or players with their odds to win a championship, division, award, or other futures market. Each row represents one entity.
Props
A props tile (type: "props") shows player or team prop markets for a specific game — for example, passing yards or total rebounds. Props tiles are associated with a parent game and a specific market.
Getting widget IDs
Widget IDs come from the embed dialog on a Tallysight odds page. Navigate to the game, futures market, or props market you want to embed, open the embed dialog (visible to workspace creators and admins), and copy thedata-tallysight-widget-id value shown there.