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/13d42fcc-bfe7-4af7-8fb7-0458bb5fadcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13d42fcc-bfe7-4af7-8fb7-0458bb5fadcb",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "580220ba-a855-479e-88f6-b3d1b2947dad",
    "completed": true,
    "last_updated": "2022-11-14T09:38:24.150498-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.39,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/580220ba-a855-479e-88f6-b3d1b2947dad",
    "datetime": "2022-11-12T19:00:00-05:00",
    "cutoff_datetime": "2022-11-12T19:00:00-05:00",
    "name": "Wyoming v. Colorado State",
    "bettypes": [
        {
            "id": "568825b9-35b3-4084-acb5-e51c21796946",
            "match": "https://api-prod.gambitprofit.com/api/matches/13d42fcc-bfe7-4af7-8fb7-0458bb5fadcb/?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": "Wyoming",
                        "amount": 7199.0
                    },
                    {
                        "team": "Colorado State",
                        "amount": 2801.0
                    }
                ],
                "expected_reward_tokens": 9214.72,
                "profit_sb": 214.72,
                "profit_sb_percentage": 2.39,
                "recommended": true
            },
            "lines": [
                {
                    "id": "309f6c30-159e-4dbf-9cfc-475c2d5245f2",
                    "gambit_id": "79397a65-ce7a-44b7-b41b-8e8cf4ea4b49",
                    "last_updated": "2022-11-14T09:38:24.157573-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wyoming",
                    "reward": "1.28000",
                    "odds": "1.31250",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/568825b9-35b3-4084-acb5-e51c21796946/?format=api"
                },
                {
                    "id": "92dd3d0d-6738-4adf-8242-5e5e180c51f1",
                    "gambit_id": "65e9b0b4-222e-4354-b2dd-8f7b3105b74f",
                    "last_updated": "2022-11-14T09:38:24.156571-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Colorado State",
                    "reward": "3.29000",
                    "odds": "3.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/568825b9-35b3-4084-acb5-e51c21796946/?format=api"
                }
            ]
        },
        {
            "id": "b0d48572-4abc-4abb-b25c-66a913605ea5",
            "match": "https://api-prod.gambitprofit.com/api/matches/13d42fcc-bfe7-4af7-8fb7-0458bb5fadcb/?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": 5097.0
                    },
                    {
                        "team": "Colorado State",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d1d131e9-e77a-4581-96ae-870f273121c2",
                    "gambit_id": "ede37470-25cb-4ea4-b337-e8483aca8dd5",
                    "last_updated": "2022-11-14T09:38:24.160492-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wyoming",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "-8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d48572-4abc-4abb-b25c-66a913605ea5/?format=api"
                },
                {
                    "id": "dc81cd52-c412-40eb-a7f3-aea2ade72db3",
                    "gambit_id": "6dedcaae-c203-4a64-95aa-fb282404f406",
                    "last_updated": "2022-11-14T09:38:24.159516-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Colorado State",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d48572-4abc-4abb-b25c-66a913605ea5/?format=api"
                }
            ]
        },
        {
            "id": "0d1b3aaa-d96d-4cce-9899-93145ec7da5f",
            "match": "https://api-prod.gambitprofit.com/api/matches/13d42fcc-bfe7-4af7-8fb7-0458bb5fadcb/?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 42.5",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Under 42.5",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d33a2c61-aca3-43ce-9324-dc5857efc441",
                    "gambit_id": "7aa65247-9214-4999-929a-58b0690fdab4",
                    "last_updated": "2022-11-14T09:38:24.154616-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 42.5",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "42.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d1b3aaa-d96d-4cce-9899-93145ec7da5f/?format=api"
                },
                {
                    "id": "c2ee56c0-f850-40a3-ad42-160c76dda825",
                    "gambit_id": "be792eea-384b-4de3-8b3e-7d0f33aa2cca",
                    "last_updated": "2022-11-14T09:38:24.153441-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 42.5",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "42.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d1b3aaa-d96d-4cce-9899-93145ec7da5f/?format=api"
                }
            ]
        }
    ]
}