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/ee589e7e-8e3e-4d6e-ab6d-9fbe28c82ef6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee589e7e-8e3e-4d6e-ab6d-9fbe28c82ef6",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "acfaf8da-604d-4603-b861-e4e3c83edd99",
    "completed": true,
    "last_updated": "2022-11-06T16:23:11.187679-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.81,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/acfaf8da-604d-4603-b861-e4e3c83edd99",
    "datetime": "2022-11-05T22:30:00-04:00",
    "cutoff_datetime": "2022-11-05T22:30:00-04:00",
    "name": "California v. USC",
    "bettypes": [
        {
            "id": "eb7511c3-9196-4a9f-999a-4b27a9b72da1",
            "match": "https://api-prod.gambitprofit.com/api/matches/ee589e7e-8e3e-4d6e-ab6d-9fbe28c82ef6/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "USC",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10500.0,
                "profit_sb": 1500.0,
                "profit_sb_percentage": 16.67,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "USC",
                        "amount": 8898.0
                    },
                    {
                        "team": "California",
                        "amount": 1102.0
                    }
                ],
                "expected_reward_tokens": 9342.9,
                "profit_sb": 342.9,
                "profit_sb_percentage": 3.81,
                "recommended": true
            },
            "lines": [
                {
                    "id": "86aa52e6-6205-4c55-aa72-cac336349a3e",
                    "gambit_id": "3bef6ba9-3844-42cc-a9bc-6457338c4a1f",
                    "last_updated": "2022-11-06T16:23:11.194290-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "USC",
                    "reward": "1.05000",
                    "odds": "1.05560",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb7511c3-9196-4a9f-999a-4b27a9b72da1/?format=api"
                },
                {
                    "id": "af3a2c24-ed78-4eaa-bea6-190c43bec8ec",
                    "gambit_id": "3acca968-8144-4279-97bf-3c5a13355447",
                    "last_updated": "2022-11-06T16:23:11.195265-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "California",
                    "reward": "8.48000",
                    "odds": "9.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb7511c3-9196-4a9f-999a-4b27a9b72da1/?format=api"
                }
            ]
        },
        {
            "id": "b57462a0-3991-4929-a553-19f3e4e9b75c",
            "match": "https://api-prod.gambitprofit.com/api/matches/ee589e7e-8e3e-4d6e-ab6d-9fbe28c82ef6/?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": "USC",
                        "amount": 5000.0
                    },
                    {
                        "team": "California",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "673a9c0a-671c-48c5-9ed4-e0f7fd9f8cbc",
                    "gambit_id": "58d7ff67-52fc-42ff-927f-c5b3887f1ba9",
                    "last_updated": "2022-11-06T16:23:11.197339-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "USC",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-21.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b57462a0-3991-4929-a553-19f3e4e9b75c/?format=api"
                },
                {
                    "id": "e0c231e7-00b7-4394-badf-9b72fa03532b",
                    "gambit_id": "fefec7eb-5e10-4d72-8c19-201de2cfc231",
                    "last_updated": "2022-11-06T16:23:11.198292-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "California",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "21.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b57462a0-3991-4929-a553-19f3e4e9b75c/?format=api"
                }
            ]
        },
        {
            "id": "7176309b-43a7-49af-95c5-bc7da2c960a2",
            "match": "https://api-prod.gambitprofit.com/api/matches/ee589e7e-8e3e-4d6e-ab6d-9fbe28c82ef6/?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 61",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 61",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5801fe00-6c5c-4e7a-bfa9-5762fb9fb704",
                    "gambit_id": "e1509f39-1007-4bea-95df-22639921b151",
                    "last_updated": "2022-11-06T16:23:11.190653-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 61",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "61.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7176309b-43a7-49af-95c5-bc7da2c960a2/?format=api"
                },
                {
                    "id": "d20361bb-3dc3-47f2-9493-4a71917e768d",
                    "gambit_id": "72a83f97-7886-4313-9260-2c3cab27e711",
                    "last_updated": "2022-11-06T16:23:11.191833-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 61",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "61.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7176309b-43a7-49af-95c5-bc7da2c960a2/?format=api"
                }
            ]
        }
    ]
}