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/886b111a-1c78-4ea6-a87b-633a2a85d4ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "886b111a-1c78-4ea6-a87b-633a2a85d4ff",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "14314bef-4103-47e1-9133-613643c157ea",
    "completed": true,
    "last_updated": "2022-08-27T12:42:10.927207-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.04,
    "sport_category": "NFL Preseason Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/14314bef-4103-47e1-9133-613643c157ea",
    "datetime": "2022-08-26T19:00:00-04:00",
    "cutoff_datetime": "2022-08-26T19:00:00-04:00",
    "name": "Buffalo Bills v. Carolina Panthers",
    "bettypes": [
        {
            "id": "16f4659b-f9de-4a7a-980e-546ba4100ca5",
            "match": "https://api-prod.gambitprofit.com/api/matches/886b111a-1c78-4ea6-a87b-633a2a85d4ff/?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": "Carolina Panthers",
                        "amount": 6560.0
                    },
                    {
                        "team": "Buffalo Bills",
                        "amount": 3440.0
                    }
                ],
                "expected_reward_tokens": 9184.0,
                "profit_sb": 184.0,
                "profit_sb_percentage": 2.04,
                "recommended": true
            },
            "lines": [
                {
                    "id": "352b057f-d0dd-4713-9418-1e5d0f96e64b",
                    "gambit_id": "5866e561-fd39-438d-9eab-6b8965a756ae",
                    "last_updated": "2022-08-27T12:42:10.929182-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Carolina Panthers",
                    "reward": "1.40000",
                    "odds": "1.44440",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16f4659b-f9de-4a7a-980e-546ba4100ca5/?format=api"
                },
                {
                    "id": "57f4ae29-c1dc-43ed-af1b-30412b7343f3",
                    "gambit_id": "2aa94523-4697-4016-b75f-f574cf96e6a2",
                    "last_updated": "2022-08-27T12:42:10.929641-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "2.67000",
                    "odds": "2.85000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16f4659b-f9de-4a7a-980e-546ba4100ca5/?format=api"
                }
            ]
        },
        {
            "id": "99e992d8-52cf-462f-9906-74b4432fd927",
            "match": "https://api-prod.gambitprofit.com/api/matches/886b111a-1c78-4ea6-a87b-633a2a85d4ff/?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": "Buffalo Bills",
                        "amount": 5205.0
                    },
                    {
                        "team": "Carolina Panthers",
                        "amount": 4795.0
                    }
                ],
                "expected_reward_tokens": 9108.75,
                "profit_sb": 108.75,
                "profit_sb_percentage": 1.21,
                "recommended": true
            },
            "lines": [
                {
                    "id": "74af0dd6-dd15-4f5c-8110-b64129f67551",
                    "gambit_id": "cbb86a09-3d28-4b61-ae04-d0918bde1b8e",
                    "last_updated": "2022-08-27T12:42:10.930506-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.75000",
                    "odds": "1.83330",
                    "spread": "5.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99e992d8-52cf-462f-9906-74b4432fd927/?format=api"
                },
                {
                    "id": "0bddf31d-4df5-44c4-88df-eda019b66be7",
                    "gambit_id": "8cc05c16-aed4-4065-b100-b9e2ff31a530",
                    "last_updated": "2022-08-27T12:42:10.930072-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Carolina Panthers",
                    "reward": "1.90000",
                    "odds": "2.00000",
                    "spread": "-5.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99e992d8-52cf-462f-9906-74b4432fd927/?format=api"
                }
            ]
        },
        {
            "id": "f1e06476-8a95-4523-b8ff-6fa1e09153ed",
            "match": "https://api-prod.gambitprofit.com/api/matches/886b111a-1c78-4ea6-a87b-633a2a85d4ff/?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 41",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 41",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9100.0,
                "profit_sb": 100.0,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0fc0ba38-496c-490e-8cbf-814e444c22cc",
                    "gambit_id": "5d6f5066-6ca6-4cf4-b789-06c7c2211ca1",
                    "last_updated": "2022-08-27T12:42:10.928232-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 41",
                    "reward": "1.82000",
                    "odds": "1.90910",
                    "spread": "41.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1e06476-8a95-4523-b8ff-6fa1e09153ed/?format=api"
                },
                {
                    "id": "ec9aeb04-60e3-41ed-bc76-6430a2bfd20e",
                    "gambit_id": "a31ec9fc-147f-4578-bd5b-32ecce9f566f",
                    "last_updated": "2022-08-27T12:42:10.928736-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 41",
                    "reward": "1.82000",
                    "odds": "1.90910",
                    "spread": "41.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1e06476-8a95-4523-b8ff-6fa1e09153ed/?format=api"
                }
            ]
        }
    ]
}