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/3c099b23-30ff-4e16-a23a-ae4d59289c02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c099b23-30ff-4e16-a23a-ae4d59289c02",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "34b84486-ad4e-4962-839a-d39c36cc6cee",
    "completed": true,
    "last_updated": "2022-10-31T10:12:28.694847-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.05,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/34b84486-ad4e-4962-839a-d39c36cc6cee",
    "datetime": "2022-10-29T22:30:00-04:00",
    "cutoff_datetime": "2022-10-29T22:30:00-04:00",
    "name": "Stanford v. UCLA",
    "bettypes": [
        {
            "id": "c86fa6c4-4414-4faf-9a49-40a9ec5c9009",
            "match": "https://api-prod.gambitprofit.com/api/matches/3c099b23-30ff-4e16-a23a-ae4d59289c02/?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": "UCLA",
                        "amount": 8557.0
                    },
                    {
                        "team": "Stanford",
                        "amount": 1443.0
                    }
                ],
                "expected_reward_tokens": 9494.94,
                "profit_sb": -5.06,
                "profit_sb_percentage": -0.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a0fe2d30-32ed-43b6-b083-08f8c66cb5e3",
                    "gambit_id": "127aab8d-3b1c-4323-8dec-b2ca6d771cd1",
                    "last_updated": "2022-10-31T10:12:28.700928-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UCLA",
                    "reward": "1.11000",
                    "odds": "1.11760",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c86fa6c4-4414-4faf-9a49-40a9ec5c9009/?format=api"
                },
                {
                    "id": "047fc4ed-205c-4403-80aa-dfa557c71398",
                    "gambit_id": "f1bd1d36-8728-4132-9df3-2ae29f97867e",
                    "last_updated": "2022-10-31T10:12:28.699972-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Stanford",
                    "reward": "6.58000",
                    "odds": "6.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c86fa6c4-4414-4faf-9a49-40a9ec5c9009/?format=api"
                }
            ]
        },
        {
            "id": "eb41ebbb-2f1c-4784-90b1-3fa38057d742",
            "match": "https://api-prod.gambitprofit.com/api/matches/3c099b23-30ff-4e16-a23a-ae4d59289c02/?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": "UCLA",
                        "amount": 5000.0
                    },
                    {
                        "team": "Stanford",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d9e21f4f-2f7e-44c2-b33f-79c0fdf5bbde",
                    "gambit_id": "eb3c8803-c987-4320-81ce-5fe4d8e6d9b2",
                    "last_updated": "2022-10-31T10:12:28.702896-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UCLA",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb41ebbb-2f1c-4784-90b1-3fa38057d742/?format=api"
                },
                {
                    "id": "dd29b97b-b670-4657-8604-25f7bb923520",
                    "gambit_id": "b3f16640-cb77-4b06-b067-f6d88f7f123c",
                    "last_updated": "2022-10-31T10:12:28.703843-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Stanford",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb41ebbb-2f1c-4784-90b1-3fa38057d742/?format=api"
                }
            ]
        },
        {
            "id": "3c1e28aa-220b-4c65-ba72-23ee18acb83c",
            "match": "https://api-prod.gambitprofit.com/api/matches/3c099b23-30ff-4e16-a23a-ae4d59289c02/?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 64",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 64",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7a6ae2d9-a5d5-478a-914a-6ccf9f5005d7",
                    "gambit_id": "0884028c-1ae8-44f9-8a7b-f7cd11aab6a3",
                    "last_updated": "2022-10-31T10:12:28.698093-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 64",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "64.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c1e28aa-220b-4c65-ba72-23ee18acb83c/?format=api"
                },
                {
                    "id": "8fe21efb-06c3-4ba6-a52b-e0feb797669c",
                    "gambit_id": "47057e23-df79-4184-a7ad-e456568f2a17",
                    "last_updated": "2022-10-31T10:12:28.697144-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 64",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "64.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c1e28aa-220b-4c65-ba72-23ee18acb83c/?format=api"
                }
            ]
        }
    ]
}