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/5b77bce6-be57-4bf6-958a-f4562160e78d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b77bce6-be57-4bf6-958a-f4562160e78d",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a9e30f3a-d92d-47db-9f24-fec07d589912",
    "completed": true,
    "last_updated": "2022-11-14T09:43:42.199551-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.63,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/a9e30f3a-d92d-47db-9f24-fec07d589912",
    "datetime": "2022-11-12T17:00:00-05:00",
    "cutoff_datetime": "2022-11-12T17:00:00-05:00",
    "name": "Texas St v. South Alabama",
    "bettypes": [
        {
            "id": "573128af-fe3e-4355-9891-c5a2b33b5420",
            "match": "https://api-prod.gambitprofit.com/api/matches/5b77bce6-be57-4bf6-958a-f4562160e78d/?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": "South Alabama",
                        "amount": 8403.0
                    },
                    {
                        "team": "Texas St",
                        "amount": 1597.0
                    }
                ],
                "expected_reward_tokens": 9326.48,
                "profit_sb": 326.48,
                "profit_sb_percentage": 3.63,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7c26917a-b1da-4c36-9d6d-fb21cf646cec",
                    "gambit_id": "72647600-6f8a-467b-b736-ef121acca650",
                    "last_updated": "2022-11-14T09:43:42.205760-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Alabama",
                    "reward": "1.11000",
                    "odds": "1.12500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/573128af-fe3e-4355-9891-c5a2b33b5420/?format=api"
                },
                {
                    "id": "b4ca5678-7b27-468a-99b5-874a88731df5",
                    "gambit_id": "bdee39bf-3584-45fa-b7b3-f8b1456fc045",
                    "last_updated": "2022-11-14T09:43:42.206787-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas St",
                    "reward": "5.84000",
                    "odds": "6.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/573128af-fe3e-4355-9891-c5a2b33b5420/?format=api"
                }
            ]
        },
        {
            "id": "34f80b06-00e3-49be-bee4-60af94790589",
            "match": "https://api-prod.gambitprofit.com/api/matches/5b77bce6-be57-4bf6-958a-f4562160e78d/?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": "South Alabama",
                        "amount": 5000.0
                    },
                    {
                        "team": "Texas St",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0a8c3ad0-b781-4a8e-94b1-17935fb49c2a",
                    "gambit_id": "28cc9333-1ceb-4436-8c2c-c11b325ec762",
                    "last_updated": "2022-11-14T09:43:42.208641-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Alabama",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34f80b06-00e3-49be-bee4-60af94790589/?format=api"
                },
                {
                    "id": "5bb2728f-5b15-4028-bb2a-ad93ab0b5ca5",
                    "gambit_id": "61d132fe-3991-41c9-9d29-f3bb8142e78d",
                    "last_updated": "2022-11-14T09:43:42.209573-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas St",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34f80b06-00e3-49be-bee4-60af94790589/?format=api"
                }
            ]
        },
        {
            "id": "438f7963-86b6-4421-8397-e60296b4c955",
            "match": "https://api-prod.gambitprofit.com/api/matches/5b77bce6-be57-4bf6-958a-f4562160e78d/?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 46",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 46",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f39f84e5-e63d-4594-a65c-d30647788bff",
                    "gambit_id": "4d983bb9-8170-4e3a-9ba5-dc6dd1d7effd",
                    "last_updated": "2022-11-14T09:43:42.202335-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 46",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "46.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/438f7963-86b6-4421-8397-e60296b4c955/?format=api"
                },
                {
                    "id": "8b467e09-cc56-4fb2-bff3-1bd1f1a9ddd4",
                    "gambit_id": "21f4d3c6-e948-49c5-ae14-4aa79a5998de",
                    "last_updated": "2022-11-14T09:43:42.203491-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 46",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "46.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/438f7963-86b6-4421-8397-e60296b4c955/?format=api"
                }
            ]
        }
    ]
}