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/92a5c5cb-02bb-4373-8302-d6bb98aad5c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92a5c5cb-02bb-4373-8302-d6bb98aad5c4",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e88434b0-194a-4ae4-bc33-7505c195c15a",
    "completed": true,
    "last_updated": "2022-10-14T09:57:03.971991-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.42,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/e88434b0-194a-4ae4-bc33-7505c195c15a",
    "datetime": "2022-10-13T20:35:00-04:00",
    "cutoff_datetime": "2022-10-13T20:35:00-04:00",
    "name": "Dallas Stars v. Nashville Predators",
    "bettypes": [
        {
            "id": "a22f28fc-6349-4d46-8446-c576969a9ae0",
            "match": "https://api-prod.gambitprofit.com/api/matches/92a5c5cb-02bb-4373-8302-d6bb98aad5c4/?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": "Nashville Predators",
                        "amount": 5521.0
                    },
                    {
                        "team": "Dallas Stars",
                        "amount": 4479.0
                    }
                ],
                "expected_reward_tokens": 9495.48,
                "profit_sb": -4.52,
                "profit_sb_percentage": -0.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "913c7567-e3e5-46cb-acfd-d300e72edbd2",
                    "gambit_id": "ffca7d84-e21e-469d-9728-430f46482a48",
                    "last_updated": "2022-10-14T09:57:03.980897-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nashville Predators",
                    "reward": "1.72000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a22f28fc-6349-4d46-8446-c576969a9ae0/?format=api"
                },
                {
                    "id": "ec491f86-4201-437c-ac9f-5b311a2554ba",
                    "gambit_id": "dda9e856-52bc-43ee-80cd-2db4baec76b8",
                    "last_updated": "2022-10-14T09:57:03.981865-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "2.12000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a22f28fc-6349-4d46-8446-c576969a9ae0/?format=api"
                }
            ]
        },
        {
            "id": "2fb89713-22fc-4305-9c36-279b248773fe",
            "match": "https://api-prod.gambitprofit.com/api/matches/92a5c5cb-02bb-4373-8302-d6bb98aad5c4/?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": "Dallas Stars",
                        "amount": 6766.0
                    },
                    {
                        "team": "Nashville Predators",
                        "amount": 3234.0
                    }
                ],
                "expected_reward_tokens": 9540.06,
                "profit_sb": 40.06,
                "profit_sb_percentage": 0.42,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b25beb0e-5f80-4e71-8abd-bf006f1bcef9",
                    "gambit_id": "e77c2fa8-ba49-4070-86ce-39c19a2d3946",
                    "last_updated": "2022-10-14T09:57:03.978977-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "1.41000",
                    "odds": "1.41670",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fb89713-22fc-4305-9c36-279b248773fe/?format=api"
                },
                {
                    "id": "5befd3a4-95ff-4242-89c6-396ec788d16e",
                    "gambit_id": "3e77b9b1-ac8b-4acf-8fe3-2106857c1ca6",
                    "last_updated": "2022-10-14T09:57:03.978000-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nashville Predators",
                    "reward": "2.95000",
                    "odds": "3.00000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fb89713-22fc-4305-9c36-279b248773fe/?format=api"
                }
            ]
        },
        {
            "id": "399c58b1-a5e5-4fba-8fa9-42d1a7ed8f10",
            "match": "https://api-prod.gambitprofit.com/api/matches/92a5c5cb-02bb-4373-8302-d6bb98aad5c4/?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 5.5",
                        "amount": 5224.0
                    },
                    {
                        "team": "Game Total Under 5.5",
                        "amount": 4776.0
                    }
                ],
                "expected_reward_tokens": 9455.44,
                "profit_sb": -44.56,
                "profit_sb_percentage": -0.47,
                "recommended": false
            },
            "lines": [
                {
                    "id": "77fea545-2304-494d-9da4-867f46939d6d",
                    "gambit_id": "5f66a802-ddfa-485b-bf50-928b630de923",
                    "last_updated": "2022-10-14T09:57:03.976052-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 5.5",
                    "reward": "1.81000",
                    "odds": "1.83330",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/399c58b1-a5e5-4fba-8fa9-42d1a7ed8f10/?format=api"
                },
                {
                    "id": "c0f3b249-f2bb-4f56-bb40-47ea0c68ffa4",
                    "gambit_id": "573778e8-6fa7-466f-bf40-a0dd9d6711cf",
                    "last_updated": "2022-10-14T09:57:03.974870-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 5.5",
                    "reward": "1.98000",
                    "odds": "2.00000",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/399c58b1-a5e5-4fba-8fa9-42d1a7ed8f10/?format=api"
                }
            ]
        }
    ]
}