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/cdc38605-b0d4-4d37-a3b4-886bd06d2284/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdc38605-b0d4-4d37-a3b4-886bd06d2284",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a3ca6455-3609-4da9-b154-1675729ee352",
    "completed": true,
    "last_updated": "2022-09-11T11:17:09.598369-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.9,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/a3ca6455-3609-4da9-b154-1675729ee352",
    "datetime": "2022-09-10T12:00:00-04:00",
    "cutoff_datetime": "2022-09-10T12:00:00-04:00",
    "name": "South Carolina v. Arkansas",
    "bettypes": [
        {
            "id": "afd766df-7b1f-40d5-a239-1bbe5b8f2638",
            "match": "https://api-prod.gambitprofit.com/api/matches/cdc38605-b0d4-4d37-a3b4-886bd06d2284/?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": "Arkansas",
                        "amount": 7292.0
                    },
                    {
                        "team": "South Carolina",
                        "amount": 2708.0
                    }
                ],
                "expected_reward_tokens": 9260.84,
                "profit_sb": 260.84,
                "profit_sb_percentage": 2.9,
                "recommended": true
            },
            "lines": [
                {
                    "id": "bdefbc69-306a-41d9-831a-4fdba0757152",
                    "gambit_id": "93995f0e-cdaf-49fe-a5e0-817d3be8cc8d",
                    "last_updated": "2022-09-11T11:17:09.604542-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "1.27000",
                    "odds": "1.30300",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afd766df-7b1f-40d5-a239-1bbe5b8f2638/?format=api"
                },
                {
                    "id": "f686a423-9775-45f8-8fbf-7f2127acb8ea",
                    "gambit_id": "2bd8da14-b179-44ee-919c-fb7fb7087918",
                    "last_updated": "2022-09-11T11:17:09.605613-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Carolina",
                    "reward": "3.42000",
                    "odds": "3.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afd766df-7b1f-40d5-a239-1bbe5b8f2638/?format=api"
                }
            ]
        },
        {
            "id": "440736da-c8c0-4baa-abc5-f6323753fb56",
            "match": "https://api-prod.gambitprofit.com/api/matches/cdc38605-b0d4-4d37-a3b4-886bd06d2284/?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": "South Carolina",
                        "amount": 5000.0
                    },
                    {
                        "team": "Arkansas",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9a5d57bc-6c91-4f9e-86bd-bff63574c6e9",
                    "gambit_id": "a7d9b70c-a546-49e9-a072-5545a7910bcf",
                    "last_updated": "2022-09-11T11:17:09.608678-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Carolina",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/440736da-c8c0-4baa-abc5-f6323753fb56/?format=api"
                },
                {
                    "id": "97e339c1-6f03-4248-be9c-1a99fb3a3031",
                    "gambit_id": "db43dd5c-da2e-408b-8bab-23edafb0b2d1",
                    "last_updated": "2022-09-11T11:17:09.607660-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/440736da-c8c0-4baa-abc5-f6323753fb56/?format=api"
                }
            ]
        },
        {
            "id": "4aeb07f9-0c76-4a02-8c02-4f2593d0bc53",
            "match": "https://api-prod.gambitprofit.com/api/matches/cdc38605-b0d4-4d37-a3b4-886bd06d2284/?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 Under 56",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 56",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "8c910f97-23cc-401f-83ee-a1c509e6e0a4",
                    "gambit_id": "b52c0639-21dd-4070-88bd-6292bf72beec",
                    "last_updated": "2022-09-11T11:17:09.601334-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 56",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aeb07f9-0c76-4a02-8c02-4f2593d0bc53/?format=api"
                },
                {
                    "id": "1d5956fe-bc1c-434b-886a-55603e88cb49",
                    "gambit_id": "a43885c2-d793-4185-b0db-340d78523cd2",
                    "last_updated": "2022-09-11T11:17:09.602461-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 56",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aeb07f9-0c76-4a02-8c02-4f2593d0bc53/?format=api"
                }
            ]
        }
    ]
}