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/e5d90e9b-c29c-467f-8d95-d040eefdfc59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5d90e9b-c29c-467f-8d95-d040eefdfc59",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "1780ecd1-f018-43bb-bb96-d2d4819e72bd",
    "completed": true,
    "last_updated": "2022-11-21T10:02:54.173782-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.1,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/1780ecd1-f018-43bb-bb96-d2d4819e72bd",
    "datetime": "2022-11-19T16:00:00-05:00",
    "cutoff_datetime": "2022-11-19T16:00:00-05:00",
    "name": "Iowa v. Minnesota",
    "bettypes": [
        {
            "id": "8c3f1a57-5199-4b85-9fe2-e6af92368b37",
            "match": "https://api-prod.gambitprofit.com/api/matches/e5d90e9b-c29c-467f-8d95-d040eefdfc59/?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": "Minnesota",
                        "amount": 5583.0
                    },
                    {
                        "team": "Iowa",
                        "amount": 4417.0
                    }
                ],
                "expected_reward_tokens": 9099.02,
                "profit_sb": 99.02,
                "profit_sb_percentage": 1.1,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d3337897-2e03-4f94-ad70-a1ccec3de4d7",
                    "gambit_id": "166a7133-0909-41f6-b199-0162992199ed",
                    "last_updated": "2022-11-21T10:02:54.176821-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota",
                    "reward": "1.63000",
                    "odds": "1.71430",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3f1a57-5199-4b85-9fe2-e6af92368b37/?format=api"
                },
                {
                    "id": "ec39bce4-6905-4120-80ab-a109a7a88fa5",
                    "gambit_id": "18820618-4efc-4965-8b6a-1ab00ffc246e",
                    "last_updated": "2022-11-21T10:02:54.178020-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa",
                    "reward": "2.06000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3f1a57-5199-4b85-9fe2-e6af92368b37/?format=api"
                }
            ]
        },
        {
            "id": "938a7b78-4216-40fc-b168-287003a607f7",
            "match": "https://api-prod.gambitprofit.com/api/matches/e5d90e9b-c29c-467f-8d95-d040eefdfc59/?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": "Minnesota",
                        "amount": 5097.0
                    },
                    {
                        "team": "Iowa",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "330b46e1-d2b7-41c2-b525-504c475e32f4",
                    "gambit_id": "91712569-cd1e-47e1-aab7-c50963d7a5c2",
                    "last_updated": "2022-11-21T10:02:54.180081-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/938a7b78-4216-40fc-b168-287003a607f7/?format=api"
                },
                {
                    "id": "883abe8b-31de-4286-9e65-d817bc2f5897",
                    "gambit_id": "0ff6952b-28b9-4d8d-8ed3-67f8e1b7ac05",
                    "last_updated": "2022-11-21T10:02:54.181135-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/938a7b78-4216-40fc-b168-287003a607f7/?format=api"
                }
            ]
        }
    ]
}