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/6d7e4101-f8a8-42cc-b011-6721e4b6e8d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d7e4101-f8a8-42cc-b011-6721e4b6e8d4",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "7b3cd323-9deb-4947-8950-441a161d9bf4",
    "completed": true,
    "last_updated": "2023-03-02T07:21:56.002432-05:00",
    "created_at": "2023-03-01T09:21:58.224787-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.07,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/7b3cd323-9deb-4947-8950-441a161d9bf4",
    "datetime": "2023-03-01T19:40:00-05:00",
    "cutoff_datetime": "2023-03-01T19:40:00-05:00",
    "name": "Brooklyn Nets v. New York Knicks",
    "bettypes": [
        {
            "id": "851e1b6d-cb95-4bb5-8912-7e7f253e723d",
            "match": "https://api-prod.gambitprofit.com/api/matches/6d7e4101-f8a8-42cc-b011-6721e4b6e8d4/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-03-01T09:21:58.230351-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": "New York Knicks",
                        "amount": 7303.0
                    },
                    {
                        "team": "Brooklyn Nets",
                        "amount": 2697.0
                    }
                ],
                "expected_reward_tokens": 9493.44,
                "profit_sb": -6.56,
                "profit_sb_percentage": -0.07,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d997ea73-30e5-4113-920b-d70cbea7cba0",
                    "gambit_id": "c903be92-ddf0-428f-a93b-e1fb5ce785bb",
                    "last_updated": "2023-03-02T07:21:56.008798-05:00",
                    "created_at": "2023-03-01T09:21:58.231557-05:00",
                    "name": "New York Knicks",
                    "reward": "1.30000",
                    "odds": "1.31250",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/851e1b6d-cb95-4bb5-8912-7e7f253e723d/?format=api"
                },
                {
                    "id": "c0179576-bd1d-40c4-b5d1-68d1e05d3476",
                    "gambit_id": "d9ec8b00-5cb1-4052-a6d5-93f52075bff9",
                    "last_updated": "2023-03-02T07:21:56.009908-05:00",
                    "created_at": "2023-03-01T09:21:58.232820-05:00",
                    "name": "Brooklyn Nets",
                    "reward": "3.52000",
                    "odds": "3.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/851e1b6d-cb95-4bb5-8912-7e7f253e723d/?format=api"
                }
            ]
        },
        {
            "id": "b6008b30-6ff4-4227-b71c-f7f4566a9ccc",
            "match": "https://api-prod.gambitprofit.com/api/matches/6d7e4101-f8a8-42cc-b011-6721e4b6e8d4/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-03-01T09:21:58.234139-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": "New York Knicks",
                        "amount": 5000.0
                    },
                    {
                        "team": "Brooklyn Nets",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2e86d185-d2cf-485a-ae5d-7c451c064982",
                    "gambit_id": "efc30ecd-ffc1-45a7-aa36-b416e555f6ea",
                    "last_updated": "2023-03-02T07:21:56.012175-05:00",
                    "created_at": "2023-03-01T09:21:58.235324-05:00",
                    "name": "New York Knicks",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6008b30-6ff4-4227-b71c-f7f4566a9ccc/?format=api"
                },
                {
                    "id": "78e83a4b-27de-413e-b894-96b98e5cb0dc",
                    "gambit_id": "3a822587-d551-4991-83cd-b99788f63066",
                    "last_updated": "2023-03-02T07:21:56.013259-05:00",
                    "created_at": "2023-03-01T09:21:58.236619-05:00",
                    "name": "Brooklyn Nets",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6008b30-6ff4-4227-b71c-f7f4566a9ccc/?format=api"
                }
            ]
        },
        {
            "id": "fefa1e76-0720-4260-8fdc-5b7f94051e68",
            "match": "https://api-prod.gambitprofit.com/api/matches/6d7e4101-f8a8-42cc-b011-6721e4b6e8d4/?format=api",
            "name": "Over/Under",
            "created_at": "2023-03-01T09:21:58.226470-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 223.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 223.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a6ea8f58-c8fe-4e9d-8b07-d40b6a23014b",
                    "gambit_id": "874b596d-b442-4290-b90a-e365f3920517",
                    "last_updated": "2023-03-02T07:21:56.005297-05:00",
                    "created_at": "2023-03-01T09:21:58.227726-05:00",
                    "name": "Game Total Under 223.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "223.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fefa1e76-0720-4260-8fdc-5b7f94051e68/?format=api"
                },
                {
                    "id": "62aabbbd-6887-49ec-920d-b26659a5af19",
                    "gambit_id": "f5248107-0b0e-4ea0-b791-28ba254f3508",
                    "last_updated": "2023-03-02T07:21:56.006463-05:00",
                    "created_at": "2023-03-01T09:21:58.229030-05:00",
                    "name": "Game Total Over 223.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "223.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fefa1e76-0720-4260-8fdc-5b7f94051e68/?format=api"
                }
            ]
        }
    ]
}