Matches can be viewed and edited (when logged in). Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result. Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/a1da35ab-a7f8-4571-ac65-88c4099264a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1da35ab-a7f8-4571-ac65-88c4099264a6",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "d3189d3e-f0c9-467d-8307-e823d70e82b9",
    "completed": true,
    "last_updated": "2022-11-14T14:57:41.747200-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.68,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/d3189d3e-f0c9-467d-8307-e823d70e82b9",
    "datetime": "2022-11-13T13:00:00-05:00",
    "cutoff_datetime": "2022-11-13T13:00:00-05:00",
    "name": "Denver Broncos v. Tennessee Titans",
    "bettypes": [
        {
            "id": "710db622-d9fb-4933-9f84-d2db4eed86de",
            "match": "https://api-prod.gambitprofit.com/api/matches/a1da35ab-a7f8-4571-ac65-88c4099264a6/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Tennessee Titans",
                        "amount": 5492.0
                    },
                    {
                        "team": "Denver Broncos",
                        "amount": 4508.0
                    }
                ],
                "expected_reward_tokens": 9061.08,
                "profit_sb": 61.08,
                "profit_sb_percentage": 0.68,
                "recommended": true
            },
            "lines": [
                {
                    "id": "171e6705-1446-4332-9967-50ec5b8efe68",
                    "gambit_id": "1fca84a4-f1d0-437c-a5fe-95e516ebdd06",
                    "last_updated": "2022-11-14T14:57:41.753387-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee Titans",
                    "reward": "1.65000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/710db622-d9fb-4933-9f84-d2db4eed86de/?format=api"
                },
                {
                    "id": "6844917b-6661-4d86-ace6-af4504485042",
                    "gambit_id": "b80a5e52-6379-4c94-8e9e-c55ba70eff55",
                    "last_updated": "2022-11-14T14:57:41.754416-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Denver Broncos",
                    "reward": "2.01000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/710db622-d9fb-4933-9f84-d2db4eed86de/?format=api"
                }
            ]
        },
        {
            "id": "b738ebb1-3279-49a0-9054-0105002388f6",
            "match": "https://api-prod.gambitprofit.com/api/matches/a1da35ab-a7f8-4571-ac65-88c4099264a6/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Tennessee Titans",
                        "amount": 5000.0
                    },
                    {
                        "team": "Denver Broncos",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4233b2d0-a1c5-4c4e-852f-d262626ad4aa",
                    "gambit_id": "b0cf29c2-5b0f-42f5-aa65-bc53d794a747",
                    "last_updated": "2022-11-14T14:57:41.757156-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee Titans",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b738ebb1-3279-49a0-9054-0105002388f6/?format=api"
                },
                {
                    "id": "3f199292-e290-46bf-8230-0d7f92bc129a",
                    "gambit_id": "937a6892-48f7-4ba9-87bf-42065a116a45",
                    "last_updated": "2022-11-14T14:57:41.758143-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Denver Broncos",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b738ebb1-3279-49a0-9054-0105002388f6/?format=api"
                }
            ]
        },
        {
            "id": "80f42800-3927-44d1-b4dd-0086dad8e83f",
            "match": "https://api-prod.gambitprofit.com/api/matches/a1da35ab-a7f8-4571-ac65-88c4099264a6/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Game Total Over 39.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 39.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "512972ed-8da9-47dd-8abb-b87d2a5bcfc2",
                    "gambit_id": "a8f2e329-7d87-41f5-b000-798511d1405f",
                    "last_updated": "2022-11-14T14:57:41.751318-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 39.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "39.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f42800-3927-44d1-b4dd-0086dad8e83f/?format=api"
                },
                {
                    "id": "04db08a1-70ec-4e2e-80c9-009d6e4cc5a3",
                    "gambit_id": "5f1ce6c3-473d-4047-94cb-01cb89ea73a2",
                    "last_updated": "2022-11-14T14:57:41.750140-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 39.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "39.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f42800-3927-44d1-b4dd-0086dad8e83f/?format=api"
                }
            ]
        }
    ]
}