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/2cbea338-9260-473b-a903-5d0c5a98b0d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cbea338-9260-473b-a903-5d0c5a98b0d8",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a74ebf15-f67f-46cb-bc92-438dd4e0983b",
    "completed": true,
    "last_updated": "2022-10-11T12:11:56.373704-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.84,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/a74ebf15-f67f-46cb-bc92-438dd4e0983b",
    "datetime": "2022-10-08T14:05:00-04:00",
    "cutoff_datetime": "2022-10-08T14:05:00-04:00",
    "name": "Nashville Predators v. San Jose Sharks",
    "bettypes": [
        {
            "id": "37bfee42-f9cd-435d-a497-494525ee344b",
            "match": "https://api-prod.gambitprofit.com/api/matches/2cbea338-9260-473b-a903-5d0c5a98b0d8/?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": 6173.0
                    },
                    {
                        "team": "San Jose Sharks",
                        "amount": 3827.0
                    }
                ],
                "expected_reward_tokens": 9567.5,
                "profit_sb": 67.5,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "eb566645-6487-4a73-b558-8f1e94094c65",
                    "gambit_id": "9fdd2512-21f5-4834-ab62-13cd626c78c9",
                    "last_updated": "2022-10-11T12:11:56.385190-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nashville Predators",
                    "reward": "1.55000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37bfee42-f9cd-435d-a497-494525ee344b/?format=api"
                },
                {
                    "id": "2e891864-503c-44de-b281-9a56320a0d89",
                    "gambit_id": "797a15b3-d44c-4f14-b38b-cdbdb2d604c5",
                    "last_updated": "2022-10-11T12:11:56.384162-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Jose Sharks",
                    "reward": "2.50000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37bfee42-f9cd-435d-a497-494525ee344b/?format=api"
                }
            ]
        },
        {
            "id": "c14271bd-82bb-43da-a767-44d896c3488b",
            "match": "https://api-prod.gambitprofit.com/api/matches/2cbea338-9260-473b-a903-5d0c5a98b0d8/?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": "San Jose Sharks",
                        "amount": 6025.0
                    },
                    {
                        "team": "Nashville Predators",
                        "amount": 3975.0
                    }
                ],
                "expected_reward_tokens": 9579.75,
                "profit_sb": 79.75,
                "profit_sb_percentage": 0.84,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f6a9c484-bd89-47f3-b2ae-59de1fe8ff3b",
                    "gambit_id": "edab9dcd-d6ad-4962-9f09-982d62ea7941",
                    "last_updated": "2022-10-11T12:11:56.380542-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Jose Sharks",
                    "reward": "1.59000",
                    "odds": "1.60610",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14271bd-82bb-43da-a767-44d896c3488b/?format=api"
                },
                {
                    "id": "90fc875a-7537-4a87-97b2-4097a59de169",
                    "gambit_id": "b90ddecb-2984-41cb-a58c-a707ad0dca78",
                    "last_updated": "2022-10-11T12:11:56.381624-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nashville Predators",
                    "reward": "2.41000",
                    "odds": "2.45000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14271bd-82bb-43da-a767-44d896c3488b/?format=api"
                }
            ]
        },
        {
            "id": "88edf7b6-c1db-441e-ad59-1fe3f96e8b98",
            "match": "https://api-prod.gambitprofit.com/api/matches/2cbea338-9260-473b-a903-5d0c5a98b0d8/?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": 5106.0
                    },
                    {
                        "team": "Game Total Under 6",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b8fd13b3-4324-4a77-9e96-29c75d926cc7",
                    "gambit_id": "b52f409b-65ac-4fe5-babe-ff0ad1c6a38a",
                    "last_updated": "2022-10-11T12:11:56.378445-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88edf7b6-c1db-441e-ad59-1fe3f96e8b98/?format=api"
                },
                {
                    "id": "7295ffdd-d4ea-4cee-9875-88896973506a",
                    "gambit_id": "55559823-98b4-4917-9d60-cf00f157052b",
                    "last_updated": "2022-10-11T12:11:56.377293-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88edf7b6-c1db-441e-ad59-1fe3f96e8b98/?format=api"
                }
            ]
        }
    ]
}