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/66c242d8-63ae-4e6d-97ff-9422a413586b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66c242d8-63ae-4e6d-97ff-9422a413586b",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "de9c7aca-013c-4b9b-b70d-900e921b8d81",
    "completed": true,
    "last_updated": "2022-09-17T16:57:42.814738-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.66,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/de9c7aca-013c-4b9b-b70d-900e921b8d81",
    "datetime": "2022-09-16T20:00:00-04:00",
    "cutoff_datetime": "2022-09-16T20:00:00-04:00",
    "name": "Air Force v. Wyoming",
    "bettypes": [
        {
            "id": "c5304659-9c17-4fc1-b00f-7e632aa617b0",
            "match": "https://api-prod.gambitprofit.com/api/matches/66c242d8-63ae-4e6d-97ff-9422a413586b/?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": "Air Force",
                        "amount": 8331.0
                    },
                    {
                        "team": "Wyoming",
                        "amount": 1669.0
                    }
                ],
                "expected_reward_tokens": 9329.71,
                "profit_sb": 329.71,
                "profit_sb_percentage": 3.66,
                "recommended": true
            },
            "lines": [
                {
                    "id": "81b57480-c464-43fe-9806-ace76bf4e41f",
                    "gambit_id": "3c9f69f8-cae9-4ac0-8d31-be764bb2de71",
                    "last_updated": "2022-09-17T16:57:42.821304-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Air Force",
                    "reward": "1.12000",
                    "odds": "1.13330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5304659-9c17-4fc1-b00f-7e632aa617b0/?format=api"
                },
                {
                    "id": "42bb2048-2652-489b-af70-a47525528223",
                    "gambit_id": "88736b5f-a54d-465b-9075-920f2c34322c",
                    "last_updated": "2022-09-17T16:57:42.820307-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wyoming",
                    "reward": "5.59000",
                    "odds": "6.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5304659-9c17-4fc1-b00f-7e632aa617b0/?format=api"
                }
            ]
        },
        {
            "id": "85e3042f-db6f-417e-bd2c-08ed6756e2c0",
            "match": "https://api-prod.gambitprofit.com/api/matches/66c242d8-63ae-4e6d-97ff-9422a413586b/?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": "Wyoming",
                        "amount": 5000.0
                    },
                    {
                        "team": "Air Force",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "eb1e3d23-62ea-48ea-8ae8-8b1c7aed65e1",
                    "gambit_id": "7c65c951-e514-494e-a313-5df278413764",
                    "last_updated": "2022-09-17T16:57:42.823324-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wyoming",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85e3042f-db6f-417e-bd2c-08ed6756e2c0/?format=api"
                },
                {
                    "id": "b750b7ce-6d77-4ec5-939d-5440bc2dd07e",
                    "gambit_id": "0b9e2d83-08f4-4bac-b6c1-91d544fc5f3b",
                    "last_updated": "2022-09-17T16:57:42.825568-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Air Force",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85e3042f-db6f-417e-bd2c-08ed6756e2c0/?format=api"
                }
            ]
        },
        {
            "id": "ab252059-af99-430e-b56f-7f64cbe679b9",
            "match": "https://api-prod.gambitprofit.com/api/matches/66c242d8-63ae-4e6d-97ff-9422a413586b/?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 46.5",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Under 46.5",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f826af50-fb75-428f-8efd-dfbf7f03608b",
                    "gambit_id": "cc9b52a2-56f2-4050-80a3-9710b675140c",
                    "last_updated": "2022-09-17T16:57:42.818337-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 46.5",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "46.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab252059-af99-430e-b56f-7f64cbe679b9/?format=api"
                },
                {
                    "id": "ce7e4067-d2e9-4877-aa44-40b309486c80",
                    "gambit_id": "972987de-f339-4090-a5b2-ef4b270be4cb",
                    "last_updated": "2022-09-17T16:57:42.817329-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 46.5",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "46.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab252059-af99-430e-b56f-7f64cbe679b9/?format=api"
                }
            ]
        }
    ]
}