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/8a33bf89-2ddc-4605-88a2-a5cf7e852fe2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a33bf89-2ddc-4605-88a2-a5cf7e852fe2",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "11a8e6bd-3113-4872-b476-df58ef758890",
    "completed": true,
    "last_updated": "2022-12-01T16:22:24.557426-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.67,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/11a8e6bd-3113-4872-b476-df58ef758890",
    "datetime": "2022-11-30T19:10:00-05:00",
    "cutoff_datetime": "2022-11-30T19:10:00-05:00",
    "name": "Atlanta Hawks v. Orlando Magic",
    "bettypes": [
        {
            "id": "5f5239b8-ae51-4024-abbe-e4d7c6317036",
            "match": "https://api-prod.gambitprofit.com/api/matches/8a33bf89-2ddc-4605-88a2-a5cf7e852fe2/?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": "Atlanta Hawks",
                        "amount": 6778.0
                    },
                    {
                        "team": "Orlando Magic",
                        "amount": 3222.0
                    }
                ],
                "expected_reward_tokens": 9150.3,
                "profit_sb": 150.3,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c6972cab-09db-4f09-a65a-0b808143a380",
                    "gambit_id": "16957675-8c5d-43b4-9134-a62ea3b4a998",
                    "last_updated": "2022-12-01T16:22:24.565130-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "1.35000",
                    "odds": "1.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f5239b8-ae51-4024-abbe-e4d7c6317036/?format=api"
                },
                {
                    "id": "3434b8c3-6b5b-4f1c-8ea0-6082c9eec1cd",
                    "gambit_id": "ec729e38-e8b6-48e8-9110-581811472ee9",
                    "last_updated": "2022-12-01T16:22:24.563993-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Orlando Magic",
                    "reward": "2.84000",
                    "odds": "3.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f5239b8-ae51-4024-abbe-e4d7c6317036/?format=api"
                }
            ]
        },
        {
            "id": "2453e54f-2944-43d8-b516-2b817d872bff",
            "match": "https://api-prod.gambitprofit.com/api/matches/8a33bf89-2ddc-4605-88a2-a5cf7e852fe2/?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": "Orlando Magic",
                        "amount": 5000.0
                    },
                    {
                        "team": "Atlanta Hawks",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "83740236-4e6b-4431-ae65-26fadf324d9a",
                    "gambit_id": "b38a2eee-1b16-4e6c-90d9-82404b90c757",
                    "last_updated": "2022-12-01T16:22:24.567214-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Orlando Magic",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2453e54f-2944-43d8-b516-2b817d872bff/?format=api"
                },
                {
                    "id": "9b353cf1-99d8-4174-945f-ec152cc21209",
                    "gambit_id": "e502304e-bffb-4f68-83c9-9c0c9493d514",
                    "last_updated": "2022-12-01T16:22:24.568157-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2453e54f-2944-43d8-b516-2b817d872bff/?format=api"
                }
            ]
        },
        {
            "id": "52c374eb-820a-4e24-9e93-2526cb6510b2",
            "match": "https://api-prod.gambitprofit.com/api/matches/8a33bf89-2ddc-4605-88a2-a5cf7e852fe2/?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 228",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 228",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8264da6b-7fe1-499a-a5e0-3031b294b214",
                    "gambit_id": "c67f47e3-2701-4434-a512-df96f3dac4ef",
                    "last_updated": "2022-12-01T16:22:24.561720-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 228",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "228.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52c374eb-820a-4e24-9e93-2526cb6510b2/?format=api"
                },
                {
                    "id": "06866bbd-2bba-4110-9949-ef0c1c476575",
                    "gambit_id": "20b69768-e523-4710-8c9b-933d7621717c",
                    "last_updated": "2022-12-01T16:22:24.560539-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 228",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "228.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52c374eb-820a-4e24-9e93-2526cb6510b2/?format=api"
                }
            ]
        }
    ]
}