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/68171de4-7cfa-4386-b2f3-ffdc80578971/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68171de4-7cfa-4386-b2f3-ffdc80578971",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "b6e78697-18f0-4731-ae76-81f32ce9be9f",
    "completed": true,
    "last_updated": "2022-11-14T09:24:10.934899-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.14,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/b6e78697-18f0-4731-ae76-81f32ce9be9f",
    "datetime": "2022-11-12T22:59:00-05:00",
    "cutoff_datetime": "2022-11-12T22:59:00-05:00",
    "name": "Utah State v. Hawaii",
    "bettypes": [
        {
            "id": "7a3a74b1-4a80-49ff-8e28-239f629239a1",
            "match": "https://api-prod.gambitprofit.com/api/matches/68171de4-7cfa-4386-b2f3-ffdc80578971/?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": "Utah State",
                        "amount": 7474.0
                    },
                    {
                        "team": "Hawaii",
                        "amount": 2526.0
                    }
                ],
                "expected_reward_tokens": 9193.02,
                "profit_sb": 193.02,
                "profit_sb_percentage": 2.14,
                "recommended": true
            },
            "lines": [
                {
                    "id": "bd0000f8-5548-499f-b2e6-401e4d32dc60",
                    "gambit_id": "0a2bf665-005f-45bc-81db-b34ae09162b0",
                    "last_updated": "2022-11-14T09:24:10.941896-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah State",
                    "reward": "1.23000",
                    "odds": "1.26320",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3a74b1-4a80-49ff-8e28-239f629239a1/?format=api"
                },
                {
                    "id": "3941213d-2183-4f3b-93bc-d7f1cccae94e",
                    "gambit_id": "5e1408c9-42a7-40ad-8a0a-4990a788017d",
                    "last_updated": "2022-11-14T09:24:10.940897-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Hawaii",
                    "reward": "3.64000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3a74b1-4a80-49ff-8e28-239f629239a1/?format=api"
                }
            ]
        },
        {
            "id": "7398da84-add5-43b3-ad49-e68cc121200d",
            "match": "https://api-prod.gambitprofit.com/api/matches/68171de4-7cfa-4386-b2f3-ffdc80578971/?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": "Utah State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Hawaii",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "16a30971-68f2-41b5-acf7-dc0f7f85be36",
                    "gambit_id": "5d34eea0-5f67-444b-a738-1b37d3e530a2",
                    "last_updated": "2022-11-14T09:24:10.944859-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7398da84-add5-43b3-ad49-e68cc121200d/?format=api"
                },
                {
                    "id": "5285e23f-b543-4240-a8a7-2db23a38383d",
                    "gambit_id": "d68f9fd0-6743-4854-81b0-4750b73b74e3",
                    "last_updated": "2022-11-14T09:24:10.943863-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Hawaii",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7398da84-add5-43b3-ad49-e68cc121200d/?format=api"
                }
            ]
        },
        {
            "id": "a126f0d5-1a3a-4252-baf6-2ec597813460",
            "match": "https://api-prod.gambitprofit.com/api/matches/68171de4-7cfa-4386-b2f3-ffdc80578971/?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 55",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 55",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "24e27a56-f8ca-432b-b822-4e63dff7aa3b",
                    "gambit_id": "c4352011-1c30-43a9-9601-cdbffba87911",
                    "last_updated": "2022-11-14T09:24:10.938914-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 55",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a126f0d5-1a3a-4252-baf6-2ec597813460/?format=api"
                },
                {
                    "id": "9cb0aded-67d0-4b9a-b623-1a027a5b5083",
                    "gambit_id": "8ec735e2-66d0-416c-9445-173f3f02e3c7",
                    "last_updated": "2022-11-14T09:24:10.937753-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 55",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a126f0d5-1a3a-4252-baf6-2ec597813460/?format=api"
                }
            ]
        }
    ]
}