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/a83e6fef-7376-416e-bee3-537a8342de3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a83e6fef-7376-416e-bee3-537a8342de3b",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "11e1a727-e637-403c-8584-a2f73d7b6cf6",
    "completed": true,
    "last_updated": "2022-11-09T09:37:27.837552-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.24,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/11e1a727-e637-403c-8584-a2f73d7b6cf6",
    "datetime": "2022-11-08T20:05:00-05:00",
    "cutoff_datetime": "2022-11-08T20:05:00-05:00",
    "name": "Dallas Stars v. Winnipeg Jets",
    "bettypes": [
        {
            "id": "45a49650-edd7-407e-83bc-88b52ddc0561",
            "match": "https://api-prod.gambitprofit.com/api/matches/a83e6fef-7376-416e-bee3-537a8342de3b/?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": "Dallas Stars",
                        "amount": 5208.0
                    },
                    {
                        "team": "Winnipeg Jets",
                        "amount": 4792.0
                    }
                ],
                "expected_reward_tokens": 9008.96,
                "profit_sb": 8.96,
                "profit_sb_percentage": 0.1,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b62f265e-302e-44ba-a640-2ccdadbc24d2",
                    "gambit_id": "debafd1d-5c2a-4b16-8b64-f1a9a24345ef",
                    "last_updated": "2022-11-09T09:37:27.846939-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "1.73000",
                    "odds": "1.83330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a49650-edd7-407e-83bc-88b52ddc0561/?format=api"
                },
                {
                    "id": "42418175-e183-43e2-a5c8-03edcc52a0f2",
                    "gambit_id": "f09235e6-786b-4da1-9567-bbc3ef83c0cc",
                    "last_updated": "2022-11-09T09:37:27.847935-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Winnipeg Jets",
                    "reward": "1.88000",
                    "odds": "2.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a49650-edd7-407e-83bc-88b52ddc0561/?format=api"
                }
            ]
        },
        {
            "id": "f2bfed9b-c888-434d-9285-ebf2f123d259",
            "match": "https://api-prod.gambitprofit.com/api/matches/a83e6fef-7376-416e-bee3-537a8342de3b/?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": "Winnipeg Jets",
                        "amount": 6816.0
                    },
                    {
                        "team": "Dallas Stars",
                        "amount": 3184.0
                    }
                ],
                "expected_reward_tokens": 9201.6,
                "profit_sb": 201.6,
                "profit_sb_percentage": 2.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "89609973-42d8-4576-980b-3cccb44164e1",
                    "gambit_id": "48380e3f-4940-4119-b5af-373e82cae0cb",
                    "last_updated": "2022-11-09T09:37:27.843924-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Winnipeg Jets",
                    "reward": "1.35000",
                    "odds": "1.39220",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2bfed9b-c888-434d-9285-ebf2f123d259/?format=api"
                },
                {
                    "id": "c5c746ef-625f-4d05-91ec-cc74b707b711",
                    "gambit_id": "698385de-c1d6-48e7-87bd-ccab45b7c86d",
                    "last_updated": "2022-11-09T09:37:27.844941-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "2.89000",
                    "odds": "3.15000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2bfed9b-c888-434d-9285-ebf2f123d259/?format=api"
                }
            ]
        },
        {
            "id": "235b5ba1-b45c-47cf-8ef2-2befea0da48e",
            "match": "https://api-prod.gambitprofit.com/api/matches/a83e6fef-7376-416e-bee3-537a8342de3b/?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 6",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Under 6",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "dbcec6f8-53a3-4401-999c-2b936dda835c",
                    "gambit_id": "f881451a-1d16-4901-a750-6d57a5df45ed",
                    "last_updated": "2022-11-09T09:37:27.841916-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235b5ba1-b45c-47cf-8ef2-2befea0da48e/?format=api"
                },
                {
                    "id": "c74f44e5-69a2-47c6-9632-499e044afcfe",
                    "gambit_id": "2b20068e-6ef9-4a65-bea4-c8d9c34bdb4e",
                    "last_updated": "2022-11-09T09:37:27.840839-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235b5ba1-b45c-47cf-8ef2-2befea0da48e/?format=api"
                }
            ]
        }
    ]
}