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/6ba0767d-bfcf-473e-9c45-852e9c0ea69d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ba0767d-bfcf-473e-9c45-852e9c0ea69d",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "7e07f696-201e-4331-ac93-b95474f2e370",
    "completed": true,
    "last_updated": "2022-11-05T09:42:50.576237-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.76,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/7e07f696-201e-4331-ac93-b95474f2e370",
    "datetime": "2022-11-04T19:00:00-04:00",
    "cutoff_datetime": "2022-11-04T19:00:00-04:00",
    "name": "Massachusetts v. Connecticut",
    "bettypes": [
        {
            "id": "356dc260-56ec-4a34-bf6b-b010f61fcca2",
            "match": "https://api-prod.gambitprofit.com/api/matches/6ba0767d-bfcf-473e-9c45-852e9c0ea69d/?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": "Connecticut",
                        "amount": 8338.0
                    },
                    {
                        "team": "Massachusetts",
                        "amount": 1662.0
                    }
                ],
                "expected_reward_tokens": 9338.56,
                "profit_sb": 338.56,
                "profit_sb_percentage": 3.76,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ec28b942-a88b-4ed4-88ab-848447aa260b",
                    "gambit_id": "9723bc76-7d27-43fb-9619-58a97a95d1fd",
                    "last_updated": "2022-11-05T09:42:50.581956-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Connecticut",
                    "reward": "1.12000",
                    "odds": "1.13330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/356dc260-56ec-4a34-bf6b-b010f61fcca2/?format=api"
                },
                {
                    "id": "bee12b8d-dde2-43f8-beed-1e5679d29089",
                    "gambit_id": "e04a2cfc-d2ef-4bf6-a0b9-12608a09fce1",
                    "last_updated": "2022-11-05T09:42:50.582902-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Massachusetts",
                    "reward": "5.62000",
                    "odds": "6.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/356dc260-56ec-4a34-bf6b-b010f61fcca2/?format=api"
                }
            ]
        },
        {
            "id": "2eee0dcc-99a4-44ce-b06d-827540bf72ab",
            "match": "https://api-prod.gambitprofit.com/api/matches/6ba0767d-bfcf-473e-9c45-852e9c0ea69d/?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": "Massachusetts",
                        "amount": 5000.0
                    },
                    {
                        "team": "Connecticut",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b9f810dd-5fe5-4611-b4b2-7755d7073bac",
                    "gambit_id": "c0792c56-8a25-4f3d-b8c1-40f78aca5c63",
                    "last_updated": "2022-11-05T09:42:50.585708-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Massachusetts",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "15.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eee0dcc-99a4-44ce-b06d-827540bf72ab/?format=api"
                },
                {
                    "id": "8c0c0bfa-87e6-4975-9461-320b86c2e038",
                    "gambit_id": "dc986677-bd49-4d23-895f-4f185aab5246",
                    "last_updated": "2022-11-05T09:42:50.584772-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Connecticut",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-15.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eee0dcc-99a4-44ce-b06d-827540bf72ab/?format=api"
                }
            ]
        },
        {
            "id": "d37d8998-ce0a-426d-842d-8c513c2158d2",
            "match": "https://api-prod.gambitprofit.com/api/matches/6ba0767d-bfcf-473e-9c45-852e9c0ea69d/?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 39.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 39.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ce96e277-3e55-4211-8358-803e2ac9f2b9",
                    "gambit_id": "5f5270d8-744a-40a1-aeab-68f0a0d9c285",
                    "last_updated": "2022-11-05T09:42:50.580080-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 39.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "39.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37d8998-ce0a-426d-842d-8c513c2158d2/?format=api"
                },
                {
                    "id": "9b4c719a-cd81-4c98-b26d-07a82d907ced",
                    "gambit_id": "13a3efd9-0254-4af9-82f6-43a7a787bb0d",
                    "last_updated": "2022-11-05T09:42:50.579046-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 39.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "39.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37d8998-ce0a-426d-842d-8c513c2158d2/?format=api"
                }
            ]
        }
    ]
}