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/3b62f2ab-18e2-4702-9e33-b2f930014cee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b62f2ab-18e2-4702-9e33-b2f930014cee",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ef3c0735-d3cc-478c-bad5-91649730c971",
    "completed": true,
    "last_updated": "2022-10-01T09:12:43.407010-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.28,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/ef3c0735-d3cc-478c-bad5-91649730c971",
    "datetime": "2022-09-30T23:00:00-04:00",
    "cutoff_datetime": "2022-09-30T23:00:00-04:00",
    "name": "New Mexico v. UNLV",
    "bettypes": [
        {
            "id": "6c159413-50a8-44af-be1b-19cb411461ea",
            "match": "https://api-prod.gambitprofit.com/api/matches/3b62f2ab-18e2-4702-9e33-b2f930014cee/?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": "UNLV",
                        "amount": 8083.0
                    },
                    {
                        "team": "New Mexico",
                        "amount": 1917.0
                    }
                ],
                "expected_reward_tokens": 9295.45,
                "profit_sb": 295.45,
                "profit_sb_percentage": 3.28,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7b077a9a-10ec-4483-91a8-98fee3082a7d",
                    "gambit_id": "f009e83d-fc8f-47bd-89ce-f11369ae0e0d",
                    "last_updated": "2022-10-01T09:12:43.412968-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UNLV",
                    "reward": "1.15000",
                    "odds": "1.16670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c159413-50a8-44af-be1b-19cb411461ea/?format=api"
                },
                {
                    "id": "5d93dd6a-5900-4f5b-a476-46e6708fab33",
                    "gambit_id": "15a956a3-4fee-405c-99be-6535fcfd9dea",
                    "last_updated": "2022-10-01T09:12:43.413954-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New Mexico",
                    "reward": "4.85000",
                    "odds": "5.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c159413-50a8-44af-be1b-19cb411461ea/?format=api"
                }
            ]
        },
        {
            "id": "bf75753b-e3c8-4bae-a03f-1713fe34f3f9",
            "match": "https://api-prod.gambitprofit.com/api/matches/3b62f2ab-18e2-4702-9e33-b2f930014cee/?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": "UNLV",
                        "amount": 5000.0
                    },
                    {
                        "team": "New Mexico",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "99bbf5ea-9683-441c-8584-0264dbb70f46",
                    "gambit_id": "ad893d85-5002-4772-b296-e69af9feb8da",
                    "last_updated": "2022-10-01T09:12:43.416881-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UNLV",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf75753b-e3c8-4bae-a03f-1713fe34f3f9/?format=api"
                },
                {
                    "id": "d552b65a-1c61-4178-86f5-dce3f40878aa",
                    "gambit_id": "21f076ae-ba80-4401-801d-f49bf2e81ff1",
                    "last_updated": "2022-10-01T09:12:43.415907-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New Mexico",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf75753b-e3c8-4bae-a03f-1713fe34f3f9/?format=api"
                }
            ]
        },
        {
            "id": "8632230c-322d-419c-a87f-c37bf37879fa",
            "match": "https://api-prod.gambitprofit.com/api/matches/3b62f2ab-18e2-4702-9e33-b2f930014cee/?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 44.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 44.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b05144f9-82de-4f87-b31b-db082b85f94c",
                    "gambit_id": "15449d2e-af56-4339-8e94-b1e12d93101a",
                    "last_updated": "2022-10-01T09:12:43.411014-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 44.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8632230c-322d-419c-a87f-c37bf37879fa/?format=api"
                },
                {
                    "id": "6fee68f1-346a-44b7-8e26-05dd5c227aa0",
                    "gambit_id": "2dbba70a-bd15-4613-b9b4-7e68264172d7",
                    "last_updated": "2022-10-01T09:12:43.409866-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 44.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8632230c-322d-419c-a87f-c37bf37879fa/?format=api"
                }
            ]
        }
    ]
}