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/c67c5249-fe60-43e1-90d0-272fb1d13baa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c67c5249-fe60-43e1-90d0-272fb1d13baa",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "7fb073fe-793f-4709-898d-1e042b715d97",
    "completed": true,
    "last_updated": "2022-11-06T08:08:45.972544-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.03,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/7fb073fe-793f-4709-898d-1e042b715d97",
    "datetime": "2022-11-05T15:30:00-04:00",
    "cutoff_datetime": "2022-11-05T15:30:00-04:00",
    "name": "Tennessee v. Georgia",
    "bettypes": [
        {
            "id": "0d5837bf-7d2c-42ef-98a0-209498f88346",
            "match": "https://api-prod.gambitprofit.com/api/matches/c67c5249-fe60-43e1-90d0-272fb1d13baa/?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": "Georgia",
                        "amount": 7346.0
                    },
                    {
                        "team": "Tennessee",
                        "amount": 2654.0
                    }
                ],
                "expected_reward_tokens": 9182.5,
                "profit_sb": 182.5,
                "profit_sb_percentage": 2.03,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c24c3ec2-825d-4fdd-9da3-5b5e324071d8",
                    "gambit_id": "db30a546-a272-431b-b88e-b794242e1b55",
                    "last_updated": "2022-11-06T08:08:45.978515-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia",
                    "reward": "1.25000",
                    "odds": "1.28570",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d5837bf-7d2c-42ef-98a0-209498f88346/?format=api"
                },
                {
                    "id": "9791f7fb-8e4c-479d-a0ed-1faf3dce4d05",
                    "gambit_id": "faf446f5-7a50-4f06-a91b-c6404c144122",
                    "last_updated": "2022-11-06T08:08:45.979495-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee",
                    "reward": "3.46000",
                    "odds": "3.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d5837bf-7d2c-42ef-98a0-209498f88346/?format=api"
                }
            ]
        },
        {
            "id": "abc41392-05f1-4c6e-9a49-9b0bf3799a5f",
            "match": "https://api-prod.gambitprofit.com/api/matches/c67c5249-fe60-43e1-90d0-272fb1d13baa/?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": "Georgia",
                        "amount": 5000.0
                    },
                    {
                        "team": "Tennessee",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c4ef22d4-3c87-476d-8835-0d94b43e18e0",
                    "gambit_id": "cd613d25-37a6-42dd-af2b-30f719114371",
                    "last_updated": "2022-11-06T08:08:45.981476-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc41392-05f1-4c6e-9a49-9b0bf3799a5f/?format=api"
                },
                {
                    "id": "a9e9c8ec-4e43-4691-b5b8-e25e54fbe151",
                    "gambit_id": "b87effe1-a0ce-45c6-a3d9-7a854ba6c12f",
                    "last_updated": "2022-11-06T08:08:45.982517-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc41392-05f1-4c6e-9a49-9b0bf3799a5f/?format=api"
                }
            ]
        },
        {
            "id": "bcdc94ad-6ac8-4573-88f9-d459f060618e",
            "match": "https://api-prod.gambitprofit.com/api/matches/c67c5249-fe60-43e1-90d0-272fb1d13baa/?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 65.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 65.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "01970322-e901-4524-8b2c-fb79ec937c8c",
                    "gambit_id": "b2fd2a13-9fbd-4dfd-ab4d-25d97acb5cba",
                    "last_updated": "2022-11-06T08:08:45.976558-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 65.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "65.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcdc94ad-6ac8-4573-88f9-d459f060618e/?format=api"
                },
                {
                    "id": "615c5c49-1bf1-4902-b55d-ae192bfa6e0a",
                    "gambit_id": "88b8e54e-84fe-47a4-80c6-e61e3fd85c05",
                    "last_updated": "2022-11-06T08:08:45.975469-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 65.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "65.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcdc94ad-6ac8-4573-88f9-d459f060618e/?format=api"
                }
            ]
        }
    ]
}