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/e3a7ab65-407f-4f8c-98ee-9b84b691392c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3a7ab65-407f-4f8c-98ee-9b84b691392c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "f28c1de5-3507-414f-a8f6-9079589711ca",
    "completed": true,
    "last_updated": "2022-11-21T10:08:30.908326-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.39,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/f28c1de5-3507-414f-a8f6-9079589711ca",
    "datetime": "2022-11-19T15:30:00-05:00",
    "cutoff_datetime": "2022-11-19T15:30:00-05:00",
    "name": "Texas v. Kansas",
    "bettypes": [
        {
            "id": "3580d41c-81bd-49de-a635-7684537a0473",
            "match": "https://api-prod.gambitprofit.com/api/matches/e3a7ab65-407f-4f8c-98ee-9b84b691392c/?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": "Texas",
                        "amount": 7199.0
                    },
                    {
                        "team": "Kansas",
                        "amount": 2801.0
                    }
                ],
                "expected_reward_tokens": 9214.72,
                "profit_sb": 214.72,
                "profit_sb_percentage": 2.39,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2f825cc2-7f77-4f1e-a805-1279ce9ad34a",
                    "gambit_id": "12a8634c-d5e0-449c-99a5-1e5f7c4e7743",
                    "last_updated": "2022-11-21T10:08:30.911786-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas",
                    "reward": "1.28000",
                    "odds": "1.31250",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3580d41c-81bd-49de-a635-7684537a0473/?format=api"
                },
                {
                    "id": "7be929ac-4fb4-4a75-a7f0-6522341e871a",
                    "gambit_id": "934e989a-e891-4b63-88e2-80f701f0275b",
                    "last_updated": "2022-11-21T10:08:30.910827-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas",
                    "reward": "3.29000",
                    "odds": "3.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3580d41c-81bd-49de-a635-7684537a0473/?format=api"
                }
            ]
        },
        {
            "id": "478265ba-3db0-446f-acfa-0dd6b496e057",
            "match": "https://api-prod.gambitprofit.com/api/matches/e3a7ab65-407f-4f8c-98ee-9b84b691392c/?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": "Texas",
                        "amount": 5000.0
                    },
                    {
                        "team": "Kansas",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7e772ad6-cf8b-45f9-8a6c-d577aa9a534b",
                    "gambit_id": "497f9c81-4452-46ee-bbfb-fec480965028",
                    "last_updated": "2022-11-21T10:08:30.914733-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/478265ba-3db0-446f-acfa-0dd6b496e057/?format=api"
                },
                {
                    "id": "a4c92960-6252-4fb8-ac43-30cb4c766a10",
                    "gambit_id": "2f7661a1-228d-40c7-ad4a-4994df1b435e",
                    "last_updated": "2022-11-21T10:08:30.913711-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/478265ba-3db0-446f-acfa-0dd6b496e057/?format=api"
                }
            ]
        }
    ]
}