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/8ab3bac8-302c-4340-a36f-1bf19dc7bf09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ab3bac8-302c-4340-a36f-1bf19dc7bf09",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ca7cb7f9-8e42-4db9-b944-71831defd310",
    "completed": true,
    "last_updated": "2022-09-25T19:52:03.607180-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.86,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/ca7cb7f9-8e42-4db9-b944-71831defd310",
    "datetime": "2022-09-24T14:00:00-04:00",
    "cutoff_datetime": "2022-09-24T14:00:00-04:00",
    "name": "Massachusetts v. Temple",
    "bettypes": [
        {
            "id": "9fa0b0f4-95be-422b-9976-c768bdf44c20",
            "match": "https://api-prod.gambitprofit.com/api/matches/8ab3bac8-302c-4340-a36f-1bf19dc7bf09/?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": "Temple",
                        "amount": 7407.0
                    },
                    {
                        "team": "Massachusetts",
                        "amount": 2593.0
                    }
                ],
                "expected_reward_tokens": 9257.01,
                "profit_sb": 257.01,
                "profit_sb_percentage": 2.86,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5e26f0e6-a108-4ab8-89ad-274ba59d81f4",
                    "gambit_id": "79e95b9e-75d8-4ddf-b562-394300e67b45",
                    "last_updated": "2022-09-25T19:52:03.612688-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Temple",
                    "reward": "1.25000",
                    "odds": "1.27780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fa0b0f4-95be-422b-9976-c768bdf44c20/?format=api"
                },
                {
                    "id": "56f828f6-e909-42b6-b164-4f603c3ec675",
                    "gambit_id": "6b7b22d4-e575-4dc9-aa2f-b60e79156cd6",
                    "last_updated": "2022-09-25T19:52:03.613734-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Massachusetts",
                    "reward": "3.57000",
                    "odds": "3.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fa0b0f4-95be-422b-9976-c768bdf44c20/?format=api"
                }
            ]
        },
        {
            "id": "96f3ca7b-cff2-428f-8f3e-3506c8ffb113",
            "match": "https://api-prod.gambitprofit.com/api/matches/8ab3bac8-302c-4340-a36f-1bf19dc7bf09/?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": "Temple",
                        "amount": 5000.0
                    },
                    {
                        "team": "Massachusetts",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "dcd5b5ef-6c81-47c1-b728-20262d5ba034",
                    "gambit_id": "02c3058c-aa02-41b5-b9b9-c42c6a75b442",
                    "last_updated": "2022-09-25T19:52:03.615758-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Temple",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f3ca7b-cff2-428f-8f3e-3506c8ffb113/?format=api"
                },
                {
                    "id": "18fa0b40-7c99-4e55-aef9-840123acd127",
                    "gambit_id": "9a53bf98-fbae-41f2-9703-b747fa1ae62e",
                    "last_updated": "2022-09-25T19:52:03.616802-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Massachusetts",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f3ca7b-cff2-428f-8f3e-3506c8ffb113/?format=api"
                }
            ]
        },
        {
            "id": "bfff7453-6e60-4177-9f14-35d4f65945ad",
            "match": "https://api-prod.gambitprofit.com/api/matches/8ab3bac8-302c-4340-a36f-1bf19dc7bf09/?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",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 44",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1d4ea32c-8e55-401e-b373-b971e7f3f868",
                    "gambit_id": "4058c45c-b950-4558-bbe5-c4bbe9cd2e42",
                    "last_updated": "2022-09-25T19:52:03.610679-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfff7453-6e60-4177-9f14-35d4f65945ad/?format=api"
                },
                {
                    "id": "fee3c2be-b192-469a-ab73-57d23f07d6e9",
                    "gambit_id": "982474f9-29d6-4d05-9cec-08bd8c151131",
                    "last_updated": "2022-09-25T19:52:03.609662-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfff7453-6e60-4177-9f14-35d4f65945ad/?format=api"
                }
            ]
        }
    ]
}