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/f8cb2782-48db-44f0-bc05-80afe0b74322/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8cb2782-48db-44f0-bc05-80afe0b74322",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "846e9018-69b1-4d69-8167-56391581791c",
    "completed": true,
    "last_updated": "2022-10-11T11:12:31.279320-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.25,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/846e9018-69b1-4d69-8167-56391581791c",
    "datetime": "2022-10-08T15:30:00-04:00",
    "cutoff_datetime": "2022-10-08T15:30:00-04:00",
    "name": "Toledo v. Northern Illinois",
    "bettypes": [
        {
            "id": "d65a5925-eb6b-4f47-af63-9cc440941915",
            "match": "https://api-prod.gambitprofit.com/api/matches/f8cb2782-48db-44f0-bc05-80afe0b74322/?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": "Toledo",
                        "amount": 6721.0
                    },
                    {
                        "team": "Northern Illinois",
                        "amount": 3279.0
                    }
                ],
                "expected_reward_tokens": 9476.31,
                "profit_sb": -23.69,
                "profit_sb_percentage": -0.25,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a7fb9e8f-dadf-415b-aa28-1c837f0b94f2",
                    "gambit_id": "2e96a8fa-c1ab-4671-9fda-c8de8c8b477e",
                    "last_updated": "2022-10-11T11:12:31.285880-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toledo",
                    "reward": "1.41000",
                    "odds": "1.42550",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d65a5925-eb6b-4f47-af63-9cc440941915/?format=api"
                },
                {
                    "id": "eb8a2070-3304-472e-8cfd-5aa76fd4fb9b",
                    "gambit_id": "f599dff9-3432-4b10-b767-c4de36f8d75b",
                    "last_updated": "2022-10-11T11:12:31.284891-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Northern Illinois",
                    "reward": "2.89000",
                    "odds": "2.95000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d65a5925-eb6b-4f47-af63-9cc440941915/?format=api"
                }
            ]
        },
        {
            "id": "2dce63b9-ee38-4847-a572-1fd0b1ed4f3e",
            "match": "https://api-prod.gambitprofit.com/api/matches/f8cb2782-48db-44f0-bc05-80afe0b74322/?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": "Northern Illinois",
                        "amount": 5000.0
                    },
                    {
                        "team": "Toledo",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "029a4e3e-85ea-4097-a3ea-6f1a9ea773b1",
                    "gambit_id": "1969c59a-f610-4ee3-a852-d99d437e34a5",
                    "last_updated": "2022-10-11T11:12:31.287826-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Northern Illinois",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dce63b9-ee38-4847-a572-1fd0b1ed4f3e/?format=api"
                },
                {
                    "id": "0ca30dc7-b874-42ff-bccd-6410b6e32c59",
                    "gambit_id": "ef71f5cb-af8e-4418-871b-311430d903bb",
                    "last_updated": "2022-10-11T11:12:31.288799-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toledo",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dce63b9-ee38-4847-a572-1fd0b1ed4f3e/?format=api"
                }
            ]
        },
        {
            "id": "49cd69f1-f0e9-4743-94d3-3e32d0c9b3a7",
            "match": "https://api-prod.gambitprofit.com/api/matches/f8cb2782-48db-44f0-bc05-80afe0b74322/?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 60",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 60",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "33347213-cd0f-4e78-84de-54710f4148d5",
                    "gambit_id": "896048bb-693c-47e7-9295-92bfcc6067d2",
                    "last_updated": "2022-10-11T11:12:31.282911-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 60",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "60.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49cd69f1-f0e9-4743-94d3-3e32d0c9b3a7/?format=api"
                },
                {
                    "id": "28399a7d-3521-489e-9916-63d9a8ba0b23",
                    "gambit_id": "d92624b3-c112-484b-8e92-99e2061031fa",
                    "last_updated": "2022-10-11T11:12:31.281888-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 60",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "60.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49cd69f1-f0e9-4743-94d3-3e32d0c9b3a7/?format=api"
                }
            ]
        }
    ]
}