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/1e30d2d3-d944-4b7d-b662-bb5a365acd26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e30d2d3-d944-4b7d-b662-bb5a365acd26",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3ef101d1-63aa-45ed-a438-5453120267b2",
    "completed": true,
    "last_updated": "2022-11-28T14:02:14.076189-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.6,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/3ef101d1-63aa-45ed-a438-5453120267b2",
    "datetime": "2022-11-27T20:05:00-05:00",
    "cutoff_datetime": "2022-11-27T20:05:00-05:00",
    "name": "Vancouver Canucks v. San Jose Sharks",
    "bettypes": [
        {
            "id": "08462c54-9fe0-432f-9104-5af3dbf7c085",
            "match": "https://api-prod.gambitprofit.com/api/matches/1e30d2d3-d944-4b7d-b662-bb5a365acd26/?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": "Vancouver Canucks",
                        "amount": 5097.0
                    },
                    {
                        "team": "San Jose Sharks",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5520f708-e954-4450-91b3-e8bf39c6346f",
                    "gambit_id": "29176938-ccb0-4e53-90c6-f57703092b97",
                    "last_updated": "2022-11-28T14:02:14.089127-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Vancouver Canucks",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08462c54-9fe0-432f-9104-5af3dbf7c085/?format=api"
                },
                {
                    "id": "3d90ae86-45d7-498b-922f-a74ca14b5cd9",
                    "gambit_id": "d17bfd11-37ce-49cf-856c-04bdf1a9d1d0",
                    "last_updated": "2022-11-28T14:02:14.088176-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Jose Sharks",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08462c54-9fe0-432f-9104-5af3dbf7c085/?format=api"
                }
            ]
        },
        {
            "id": "38ee81d1-d633-4da8-a427-4045298420ce",
            "match": "https://api-prod.gambitprofit.com/api/matches/1e30d2d3-d944-4b7d-b662-bb5a365acd26/?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": 6825.0
                    },
                    {
                        "team": "Vancouver Canucks",
                        "amount": 3175.0
                    }
                ],
                "expected_reward_tokens": 9144.0,
                "profit_sb": 144.0,
                "profit_sb_percentage": 1.6,
                "recommended": true
            },
            "lines": [
                {
                    "id": "42b157b8-5369-4fea-9570-327ba51be968",
                    "gambit_id": "64954b9a-4433-4a24-b946-063ad6ed87f2",
                    "last_updated": "2022-11-28T14:02:14.085055-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Jose Sharks",
                    "reward": "1.34000",
                    "odds": "1.39220",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38ee81d1-d633-4da8-a427-4045298420ce/?format=api"
                },
                {
                    "id": "b31161fa-4e68-4831-ab79-1dd61566c8e9",
                    "gambit_id": "b366589d-3846-4709-9087-e6231439208a",
                    "last_updated": "2022-11-28T14:02:14.086300-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Vancouver Canucks",
                    "reward": "2.88000",
                    "odds": "3.15000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38ee81d1-d633-4da8-a427-4045298420ce/?format=api"
                }
            ]
        },
        {
            "id": "6162a770-5c09-48dc-9f78-58a58699879e",
            "match": "https://api-prod.gambitprofit.com/api/matches/1e30d2d3-d944-4b7d-b662-bb5a365acd26/?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.5",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Under 6.5",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c9c7e117-e4c0-457f-a164-0ac463a1dd45",
                    "gambit_id": "320e0708-5b9d-4259-aeb2-a3f5fae2a31b",
                    "last_updated": "2022-11-28T14:02:14.080120-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6162a770-5c09-48dc-9f78-58a58699879e/?format=api"
                },
                {
                    "id": "a19e8457-69c5-4e1a-943c-ea9180119518",
                    "gambit_id": "14c22859-bf11-49e1-bee8-7f1ee8676ac4",
                    "last_updated": "2022-11-28T14:02:14.079007-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6162a770-5c09-48dc-9f78-58a58699879e/?format=api"
                }
            ]
        }
    ]
}