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/544fd167-699d-4ff5-9d29-dbdd0e5d11c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "544fd167-699d-4ff5-9d29-dbdd0e5d11c4",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2fca9705-3e40-4756-8e49-e0150214ad5d",
    "completed": true,
    "last_updated": "2022-10-11T10:47:27.469166-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.39,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/2fca9705-3e40-4756-8e49-e0150214ad5d",
    "datetime": "2022-10-08T12:00:00-04:00",
    "cutoff_datetime": "2022-10-08T12:00:00-04:00",
    "name": "Purdue v. Maryland",
    "bettypes": [
        {
            "id": "7b0e8249-ed6c-4d52-910b-822c01f7e122",
            "match": "https://api-prod.gambitprofit.com/api/matches/544fd167-699d-4ff5-9d29-dbdd0e5d11c4/?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": "Maryland",
                        "amount": 5780.0
                    },
                    {
                        "team": "Purdue",
                        "amount": 4220.0
                    }
                ],
                "expected_reward_tokens": 9537.0,
                "profit_sb": 37.0,
                "profit_sb_percentage": 0.39,
                "recommended": true
            },
            "lines": [
                {
                    "id": "8fd37720-7475-430a-b5a9-75ca6e48c53f",
                    "gambit_id": "753c757a-28a3-4ae0-a81c-2f963d0f648a",
                    "last_updated": "2022-10-11T10:47:27.475385-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Maryland",
                    "reward": "1.65000",
                    "odds": "1.66670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0e8249-ed6c-4d52-910b-822c01f7e122/?format=api"
                },
                {
                    "id": "0d221e4c-90ec-4ef7-872d-17b76ed3c6a1",
                    "gambit_id": "902732b5-0472-43bf-8a71-cf3f47597233",
                    "last_updated": "2022-10-11T10:47:27.476552-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Purdue",
                    "reward": "2.26000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0e8249-ed6c-4d52-910b-822c01f7e122/?format=api"
                }
            ]
        },
        {
            "id": "defdc904-a622-4430-8f3e-90314896e513",
            "match": "https://api-prod.gambitprofit.com/api/matches/544fd167-699d-4ff5-9d29-dbdd0e5d11c4/?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": "Purdue",
                        "amount": 5000.0
                    },
                    {
                        "team": "Maryland",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "59eb8abd-7c38-415c-9bb3-26547ec14ee4",
                    "gambit_id": "cb09692d-488b-4a4c-a2e6-c2858ffa0376",
                    "last_updated": "2022-10-11T10:47:27.479881-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Purdue",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/defdc904-a622-4430-8f3e-90314896e513/?format=api"
                },
                {
                    "id": "83f36fea-339b-4e50-bb30-300db540417d",
                    "gambit_id": "61bd005c-2125-4612-86d0-3a918436e61c",
                    "last_updated": "2022-10-11T10:47:27.478770-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Maryland",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/defdc904-a622-4430-8f3e-90314896e513/?format=api"
                }
            ]
        },
        {
            "id": "36b7da28-97d9-40dd-b08c-1e9efd54ced1",
            "match": "https://api-prod.gambitprofit.com/api/matches/544fd167-699d-4ff5-9d29-dbdd0e5d11c4/?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 59",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 59",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0622f1fd-2508-41a1-ae37-487b6b8ad60b",
                    "gambit_id": "ef610056-82e6-4735-983b-b92be4ab4d8a",
                    "last_updated": "2022-10-11T10:47:27.471885-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 59",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "59.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36b7da28-97d9-40dd-b08c-1e9efd54ced1/?format=api"
                },
                {
                    "id": "961b08b5-e640-4167-9543-4cd7562f4757",
                    "gambit_id": "b88b0c31-d2e7-41ae-ad70-aaf33871708c",
                    "last_updated": "2022-10-11T10:47:27.473064-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 59",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "59.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36b7da28-97d9-40dd-b08c-1e9efd54ced1/?format=api"
                }
            ]
        }
    ]
}