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/34ec037b-5251-496b-9a32-2678c5c1c576/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34ec037b-5251-496b-9a32-2678c5c1c576",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "51b423e8-9f08-4327-bb52-f5818347bf9e",
    "completed": true,
    "last_updated": "2022-10-20T09:31:58.617591-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.53,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/51b423e8-9f08-4327-bb52-f5818347bf9e",
    "datetime": "2022-10-19T20:10:00-04:00",
    "cutoff_datetime": "2022-10-19T20:10:00-04:00",
    "name": "Charlotte Hornets v. San Antonio Spurs",
    "bettypes": [
        {
            "id": "48106b75-8d21-4947-871b-b841990f1708",
            "match": "https://api-prod.gambitprofit.com/api/matches/34ec037b-5251-496b-9a32-2678c5c1c576/?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": "Charlotte Hornets",
                        "amount": 5106.0
                    },
                    {
                        "team": "San Antonio Spurs",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9445.42,
                "profit_sb": -54.58,
                "profit_sb_percentage": -0.57,
                "recommended": false
            },
            "lines": [
                {
                    "id": "578c88fb-4b8b-441d-8fa2-7bba9b07ee2d",
                    "gambit_id": "14f0d04d-bb47-4937-9303-c3f861c2b56c",
                    "last_updated": "2022-10-20T09:31:58.620442-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte Hornets",
                    "reward": "1.85000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48106b75-8d21-4947-871b-b841990f1708/?format=api"
                },
                {
                    "id": "c09d7763-9661-40a4-b92d-e98d62aa5d99",
                    "gambit_id": "43100de2-d01a-4936-a57e-801e0995ef46",
                    "last_updated": "2022-10-20T09:31:58.621674-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Antonio Spurs",
                    "reward": "1.93000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48106b75-8d21-4947-871b-b841990f1708/?format=api"
                }
            ]
        },
        {
            "id": "b1e74f80-c6da-453b-a069-160905530812",
            "match": "https://api-prod.gambitprofit.com/api/matches/34ec037b-5251-496b-9a32-2678c5c1c576/?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": "Charlotte Hornets",
                        "amount": 5000.0
                    },
                    {
                        "team": "San Antonio Spurs",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9450.0,
                "profit_sb": -50.0,
                "profit_sb_percentage": -0.53,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bb3df9a7-ffab-46c0-9792-447654c6af6b",
                    "gambit_id": "d9383ce9-9238-467e-b37c-fe0c02c12235",
                    "last_updated": "2022-10-20T09:31:58.628750-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte Hornets",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": "-1.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1e74f80-c6da-453b-a069-160905530812/?format=api"
                },
                {
                    "id": "407070a1-6cbd-407c-91cc-2e3382464636",
                    "gambit_id": "60d39ece-9446-496f-9cd1-593fe9c4d558",
                    "last_updated": "2022-10-20T09:31:58.627711-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Antonio Spurs",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": "1.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1e74f80-c6da-453b-a069-160905530812/?format=api"
                }
            ]
        },
        {
            "id": "edf5caa4-ae7c-4d3a-803b-0dadc5ff9cea",
            "match": "https://api-prod.gambitprofit.com/api/matches/34ec037b-5251-496b-9a32-2678c5c1c576/?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 221.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 221.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9450.0,
                "profit_sb": -50.0,
                "profit_sb_percentage": -0.53,
                "recommended": false
            },
            "lines": [
                {
                    "id": "91c9c219-ef8d-4e92-8063-3fd37d00a074",
                    "gambit_id": "2d414568-75a9-491f-a8b3-929186c0b7a1",
                    "last_updated": "2022-10-20T09:31:58.624220-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 221.5",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": "221.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edf5caa4-ae7c-4d3a-803b-0dadc5ff9cea/?format=api"
                },
                {
                    "id": "04f2744d-2c29-4d93-894e-8c50a2ea0d46",
                    "gambit_id": "776279db-d9c5-4654-871a-ef56a1a74624",
                    "last_updated": "2022-10-20T09:31:58.625415-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 221.5",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": "221.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edf5caa4-ae7c-4d3a-803b-0dadc5ff9cea/?format=api"
                }
            ]
        }
    ]
}