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/cf482d51-4e54-4d38-8b04-e8852f21fd21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf482d51-4e54-4d38-8b04-e8852f21fd21",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "d52fa3cc-ac5b-4ddf-8de1-3f4048f639bc",
    "completed": true,
    "last_updated": "2022-10-17T09:56:52.223011-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.41,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/d52fa3cc-ac5b-4ddf-8de1-3f4048f639bc",
    "datetime": "2022-10-15T19:30:00-04:00",
    "cutoff_datetime": "2022-10-15T19:30:00-04:00",
    "name": "Nebraska v. Purdue",
    "bettypes": [
        {
            "id": "a23daf58-99e2-428d-96c3-2832275aef5c",
            "match": "https://api-prod.gambitprofit.com/api/matches/cf482d51-4e54-4d38-8b04-e8852f21fd21/?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": "Purdue",
                        "amount": 8084.0
                    },
                    {
                        "team": "Nebraska",
                        "amount": 1916.0
                    }
                ],
                "expected_reward_tokens": 9539.12,
                "profit_sb": 39.12,
                "profit_sb_percentage": 0.41,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3b6cd703-9744-4c17-bd1a-ee1f341238bd",
                    "gambit_id": "14e5ac86-826b-45c3-9b9d-9fb75515c37e",
                    "last_updated": "2022-10-17T09:56:52.229168-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Purdue",
                    "reward": "1.18000",
                    "odds": "1.18180",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23daf58-99e2-428d-96c3-2832275aef5c/?format=api"
                },
                {
                    "id": "8c71eb40-0a42-409f-96b0-bb9aa03f076d",
                    "gambit_id": "32912373-1027-471b-b0b7-1d204ce1a764",
                    "last_updated": "2022-10-17T09:56:52.230388-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nebraska",
                    "reward": "4.98000",
                    "odds": "5.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23daf58-99e2-428d-96c3-2832275aef5c/?format=api"
                }
            ]
        },
        {
            "id": "766fc798-533f-4f7e-978a-59140aef990d",
            "match": "https://api-prod.gambitprofit.com/api/matches/cf482d51-4e54-4d38-8b04-e8852f21fd21/?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": "Nebraska",
                        "amount": 5000.0
                    },
                    {
                        "team": "Purdue",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "03ebb113-6fbb-44cc-972d-f268103ddd79",
                    "gambit_id": "6c7a880d-52f8-43b7-b098-75ce9a17bb1d",
                    "last_updated": "2022-10-17T09:56:52.233507-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nebraska",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/766fc798-533f-4f7e-978a-59140aef990d/?format=api"
                },
                {
                    "id": "1d629d77-e082-41de-a207-d6df0b7b27a8",
                    "gambit_id": "60fd21b0-fb5b-48e6-8d2f-4e419fdebf56",
                    "last_updated": "2022-10-17T09:56:52.232482-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Purdue",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/766fc798-533f-4f7e-978a-59140aef990d/?format=api"
                }
            ]
        },
        {
            "id": "894a515e-0740-4bae-b96c-eb76e43a0c4d",
            "match": "https://api-prod.gambitprofit.com/api/matches/cf482d51-4e54-4d38-8b04-e8852f21fd21/?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 56",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 56",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f7a3793c-3e92-4299-b057-eab874b51957",
                    "gambit_id": "5a30a360-1e95-45e6-bef2-7c4de9a80272",
                    "last_updated": "2022-10-17T09:56:52.226906-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 56",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/894a515e-0740-4bae-b96c-eb76e43a0c4d/?format=api"
                },
                {
                    "id": "29cf45c5-cc2a-4ccd-89d5-23f764fc7991",
                    "gambit_id": "2f4f6817-7d4f-4180-99f1-4dc762a2669b",
                    "last_updated": "2022-10-17T09:56:52.225753-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 56",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/894a515e-0740-4bae-b96c-eb76e43a0c4d/?format=api"
                }
            ]
        }
    ]
}