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/df29ef63-a164-454e-94fb-2ecbe22a2f25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df29ef63-a164-454e-94fb-2ecbe22a2f25",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "81280a12-f5a6-4d9f-b6d9-5cb7739d271b",
    "completed": true,
    "last_updated": "2022-11-06T20:22:31.125184-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.73,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/81280a12-f5a6-4d9f-b6d9-5cb7739d271b",
    "datetime": "2022-11-05T19:10:00-04:00",
    "cutoff_datetime": "2022-11-05T19:10:00-04:00",
    "name": "Brooklyn Nets v. Charlotte Hornets",
    "bettypes": [
        {
            "id": "61e546fb-a070-42bb-8457-60fe5d9662b2",
            "match": "https://api-prod.gambitprofit.com/api/matches/df29ef63-a164-454e-94fb-2ecbe22a2f25/?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": "Brooklyn Nets",
                        "amount": 5984.0
                    },
                    {
                        "team": "Charlotte Hornets",
                        "amount": 4016.0
                    }
                ],
                "expected_reward_tokens": 9155.52,
                "profit_sb": 155.52,
                "profit_sb_percentage": 1.73,
                "recommended": true
            },
            "lines": [
                {
                    "id": "4faaaf37-159b-424c-ad8c-f4e15a8be265",
                    "gambit_id": "a74ca641-0afa-427b-afc0-1e270962c6a7",
                    "last_updated": "2022-11-06T20:22:31.131822-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Brooklyn Nets",
                    "reward": "1.53000",
                    "odds": "1.60610",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e546fb-a070-42bb-8457-60fe5d9662b2/?format=api"
                },
                {
                    "id": "e6512e77-a362-41b1-a44d-c06fe347b105",
                    "gambit_id": "eccaf9fb-dea6-44e1-bd18-c4885939a668",
                    "last_updated": "2022-11-06T20:22:31.130888-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte Hornets",
                    "reward": "2.28000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e546fb-a070-42bb-8457-60fe5d9662b2/?format=api"
                }
            ]
        },
        {
            "id": "6623a40c-8f70-46cb-ae65-ba7712315375",
            "match": "https://api-prod.gambitprofit.com/api/matches/df29ef63-a164-454e-94fb-2ecbe22a2f25/?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": "Brooklyn Nets",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "13357f85-c92e-45be-99b0-3c1ef2bf9176",
                    "gambit_id": "da551e82-aab4-438a-9d2b-75f268764938",
                    "last_updated": "2022-11-06T20:22:31.133704-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte Hornets",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6623a40c-8f70-46cb-ae65-ba7712315375/?format=api"
                },
                {
                    "id": "8d4cce8e-e22f-40eb-9256-f660110aaf96",
                    "gambit_id": "b368855a-8eef-4647-8fce-9ad5d66c06de",
                    "last_updated": "2022-11-06T20:22:31.134637-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Brooklyn Nets",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6623a40c-8f70-46cb-ae65-ba7712315375/?format=api"
                }
            ]
        },
        {
            "id": "4bf811e4-3306-469e-98af-ce8669dfacfd",
            "match": "https://api-prod.gambitprofit.com/api/matches/df29ef63-a164-454e-94fb-2ecbe22a2f25/?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 224",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 224",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f85ec0fc-c4d5-4d97-8663-b5366867e922",
                    "gambit_id": "2aa388f5-43db-4259-8d84-32fb268a29fe",
                    "last_updated": "2022-11-06T20:22:31.127883-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 224",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "224.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf811e4-3306-469e-98af-ce8669dfacfd/?format=api"
                },
                {
                    "id": "2d1391a3-2c3b-4686-84b8-18031a9cf851",
                    "gambit_id": "99818d3d-1d3a-4d1d-83a1-f4fdf0a60b3d",
                    "last_updated": "2022-11-06T20:22:31.129012-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 224",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "224.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf811e4-3306-469e-98af-ce8669dfacfd/?format=api"
                }
            ]
        }
    ]
}