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/ae5d5a93-f606-4a72-86bf-5480c6bb3aff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae5d5a93-f606-4a72-86bf-5480c6bb3aff",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b4ef8042-4ec1-4ce0-98e6-137870eb2f81",
    "completed": true,
    "last_updated": "2023-12-05T10:03:16.177989-05:00",
    "created_at": "2023-12-04T09:48:06.199346-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.31,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/b4ef8042-4ec1-4ce0-98e6-137870eb2f81",
    "datetime": "2023-12-04T19:30:00-05:00",
    "cutoff_datetime": "2023-12-04T19:30:00-05:00",
    "name": "Boston Celtics v. Indiana Pacers",
    "bettypes": [
        {
            "id": "5aa08e0f-b3ea-4330-a095-472585e89bb8",
            "match": "https://api-prod.gambitprofit.com/api/matches/ae5d5a93-f606-4a72-86bf-5480c6bb3aff/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-12-04T09:48:06.216840-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": "Boston Celtics",
                        "amount": 6399.0
                    },
                    {
                        "team": "Indiana Pacers",
                        "amount": 3601.0
                    }
                ],
                "expected_reward_tokens": 9470.52,
                "profit_sb": -29.48,
                "profit_sb_percentage": -0.31,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9b82b7e9-8a11-42ce-b5f0-f96cc9eb98cb",
                    "gambit_id": "4a459f63-5a41-4ce7-a5fd-67686b52aec7",
                    "last_updated": "2023-12-05T10:03:16.204274-05:00",
                    "created_at": "2023-12-04T09:48:06.220630-05:00",
                    "name": "Boston Celtics",
                    "reward": "1.48000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5aa08e0f-b3ea-4330-a095-472585e89bb8/?format=api"
                },
                {
                    "id": "4027e226-7b00-4cb2-a1e5-7b8c7cad7695",
                    "gambit_id": "e0aba3b0-c402-44c1-8953-97c8570bddd1",
                    "last_updated": "2023-12-05T10:03:16.207811-05:00",
                    "created_at": "2023-12-04T09:48:06.224802-05:00",
                    "name": "Indiana Pacers",
                    "reward": "2.63000",
                    "odds": "2.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5aa08e0f-b3ea-4330-a095-472585e89bb8/?format=api"
                }
            ]
        },
        {
            "id": "29255b32-a53c-42d7-9ac7-a73dec3334c0",
            "match": "https://api-prod.gambitprofit.com/api/matches/ae5d5a93-f606-4a72-86bf-5480c6bb3aff/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-12-04T09:48:06.204357-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": "Boston Celtics",
                        "amount": 5000.0
                    },
                    {
                        "team": "Indiana Pacers",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "db1fbc33-7a29-4111-a70b-b4ed72d5ddc2",
                    "gambit_id": "5d2b18c0-e8b3-4d42-8af4-6c76ee4d9f88",
                    "last_updated": "2023-12-05T10:03:16.194367-05:00",
                    "created_at": "2023-12-04T09:48:06.208408-05:00",
                    "name": "Boston Celtics",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "-4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29255b32-a53c-42d7-9ac7-a73dec3334c0/?format=api"
                },
                {
                    "id": "902263df-8310-44a3-ab61-2a1afd5bbd91",
                    "gambit_id": "e91c8b8a-0ad6-4280-bbcd-ac097e8aec7c",
                    "last_updated": "2023-12-05T10:03:16.197700-05:00",
                    "created_at": "2023-12-04T09:48:06.212770-05:00",
                    "name": "Indiana Pacers",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29255b32-a53c-42d7-9ac7-a73dec3334c0/?format=api"
                }
            ]
        },
        {
            "id": "bbfb022e-63a1-43cb-84c4-e0041bb2a477",
            "match": "https://api-prod.gambitprofit.com/api/matches/ae5d5a93-f606-4a72-86bf-5480c6bb3aff/?format=api",
            "name": "Over/Under",
            "created_at": "2023-12-04T09:48:06.229863-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 245.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 245.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e38973ca-f41e-4db1-9b17-83ebcbc4183e",
                    "gambit_id": "0dc8e4db-8146-4373-81b5-c974d1630805",
                    "last_updated": "2023-12-05T10:03:16.214334-05:00",
                    "created_at": "2023-12-04T09:48:06.233620-05:00",
                    "name": "Game Total Over 245.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "245.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbfb022e-63a1-43cb-84c4-e0041bb2a477/?format=api"
                },
                {
                    "id": "8978d202-2484-43a5-99f8-375b2edefc23",
                    "gambit_id": "19a5a5b8-8122-4c22-b6d9-2fd978560f5d",
                    "last_updated": "2023-12-05T10:03:16.217715-05:00",
                    "created_at": "2023-12-04T09:48:06.239126-05:00",
                    "name": "Game Total Under 245.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "245.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbfb022e-63a1-43cb-84c4-e0041bb2a477/?format=api"
                }
            ]
        }
    ]
}