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/19b11382-b6e6-41a3-9213-a095942cc069/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19b11382-b6e6-41a3-9213-a095942cc069",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "04c9ded7-56e3-45e8-af97-8e8aa2f329af",
    "completed": true,
    "last_updated": "2022-10-23T09:22:21.163374-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.09,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/04c9ded7-56e3-45e8-af97-8e8aa2f329af",
    "datetime": "2022-10-22T12:00:00-04:00",
    "cutoff_datetime": "2022-10-22T12:00:00-04:00",
    "name": "Syracuse v. Clemson",
    "bettypes": [
        {
            "id": "cf2f08ea-0b3c-4d7c-ace2-427cc60a5566",
            "match": "https://api-prod.gambitprofit.com/api/matches/19b11382-b6e6-41a3-9213-a095942cc069/?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": "Clemson",
                        "amount": 8113.0
                    },
                    {
                        "team": "Syracuse",
                        "amount": 1887.0
                    }
                ],
                "expected_reward_tokens": 9491.61,
                "profit_sb": -8.39,
                "profit_sb_percentage": -0.09,
                "recommended": false
            },
            "lines": [
                {
                    "id": "60c53b8c-ed13-47ef-9271-f7f8e62297cc",
                    "gambit_id": "41f1886d-2af5-4e42-aa82-8733cc5aafd4",
                    "last_updated": "2022-10-23T09:22:21.170952-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Clemson",
                    "reward": "1.17000",
                    "odds": "1.17860",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf2f08ea-0b3c-4d7c-ace2-427cc60a5566/?format=api"
                },
                {
                    "id": "df7b6495-499a-452f-9d66-20f7d43537ab",
                    "gambit_id": "e8887337-0f3d-4113-94f7-c99de802f952",
                    "last_updated": "2022-10-23T09:22:21.169955-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Syracuse",
                    "reward": "5.03000",
                    "odds": "5.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf2f08ea-0b3c-4d7c-ace2-427cc60a5566/?format=api"
                }
            ]
        },
        {
            "id": "3ef8012d-4142-4084-831f-2031b58df393",
            "match": "https://api-prod.gambitprofit.com/api/matches/19b11382-b6e6-41a3-9213-a095942cc069/?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": "Clemson",
                        "amount": 5106.0
                    },
                    {
                        "team": "Syracuse",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0f9e9b7e-c063-4e3b-830f-e7df6c089dae",
                    "gambit_id": "e300ad4d-66a9-426f-a631-0345e31eb31a",
                    "last_updated": "2022-10-23T09:22:21.173985-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Clemson",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "-14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ef8012d-4142-4084-831f-2031b58df393/?format=api"
                },
                {
                    "id": "da1f38b9-3ff6-4312-922b-b799ccafac82",
                    "gambit_id": "d4bda1d8-589b-4e92-b594-75396c767797",
                    "last_updated": "2022-10-23T09:22:21.172976-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Syracuse",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ef8012d-4142-4084-831f-2031b58df393/?format=api"
                }
            ]
        },
        {
            "id": "2541fb55-5b80-4ba6-bb9f-2df550fe8391",
            "match": "https://api-prod.gambitprofit.com/api/matches/19b11382-b6e6-41a3-9213-a095942cc069/?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 50",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 50",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "df93d812-624a-4237-a762-59ac87e819a2",
                    "gambit_id": "91ec2547-7a39-4488-a476-04994f18945d",
                    "last_updated": "2022-10-23T09:22:21.166934-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 50",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2541fb55-5b80-4ba6-bb9f-2df550fe8391/?format=api"
                },
                {
                    "id": "3260f5b6-6f41-489e-91ee-c4e59a42933e",
                    "gambit_id": "01675264-4b7f-4194-9501-d7adad366dba",
                    "last_updated": "2022-10-23T09:22:21.167948-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 50",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2541fb55-5b80-4ba6-bb9f-2df550fe8391/?format=api"
                }
            ]
        }
    ]
}