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/2d76c1de-b663-463e-981c-16b67d18f14a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d76c1de-b663-463e-981c-16b67d18f14a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f7cf1659-8bac-4acb-85f6-e93938d90893",
    "completed": true,
    "last_updated": "2022-10-29T19:07:21.373729-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.4,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/f7cf1659-8bac-4acb-85f6-e93938d90893",
    "datetime": "2022-10-28T19:10:00-04:00",
    "cutoff_datetime": "2022-10-28T19:10:00-04:00",
    "name": "Charlotte Hornets v. Orlando Magic",
    "bettypes": [
        {
            "id": "25548e6c-91ec-4581-bbc3-f60d31f1327b",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d76c1de-b663-463e-981c-16b67d18f14a/?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": 5316.0
                    },
                    {
                        "team": "Orlando Magic",
                        "amount": 4684.0
                    }
                ],
                "expected_reward_tokens": 9461.68,
                "profit_sb": -38.32,
                "profit_sb_percentage": -0.4,
                "recommended": false
            },
            "lines": [
                {
                    "id": "771dd10c-f1e8-401e-bf4d-c76cabd0b2e7",
                    "gambit_id": "fbf56f31-6678-4bf7-b0b3-ab8990e2a377",
                    "last_updated": "2022-10-29T19:07:21.380437-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte Hornets",
                    "reward": "1.78000",
                    "odds": "1.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25548e6c-91ec-4581-bbc3-f60d31f1327b/?format=api"
                },
                {
                    "id": "9673516b-b958-4c0d-8f37-dac6bc371f58",
                    "gambit_id": "ae71a66a-b9a9-4d39-8f76-59c572fea70a",
                    "last_updated": "2022-10-29T19:07:21.379456-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Orlando Magic",
                    "reward": "2.02000",
                    "odds": "2.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25548e6c-91ec-4581-bbc3-f60d31f1327b/?format=api"
                }
            ]
        },
        {
            "id": "7652a096-35ae-4a85-acc5-173ad3429895",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d76c1de-b663-463e-981c-16b67d18f14a/?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": "Charlotte Hornets",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "790f0df3-a70d-4ac8-8ffe-b544782bc90b",
                    "gambit_id": "2b119554-d9ee-4794-9663-360c62636360",
                    "last_updated": "2022-10-29T19:07:21.382410-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Orlando Magic",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7652a096-35ae-4a85-acc5-173ad3429895/?format=api"
                },
                {
                    "id": "2b5911b5-89fd-40fc-89a2-4658bc0b5a80",
                    "gambit_id": "fea53050-f913-4275-8761-809124956640",
                    "last_updated": "2022-10-29T19:07:21.383394-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte Hornets",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7652a096-35ae-4a85-acc5-173ad3429895/?format=api"
                }
            ]
        },
        {
            "id": "141a7a33-afc5-4ab9-bb63-9b21f0c5d8b5",
            "match": "https://api-prod.gambitprofit.com/api/matches/2d76c1de-b663-463e-981c-16b67d18f14a/?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 220.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 220.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "16338654-29ed-4efb-b033-9e4233b2b348",
                    "gambit_id": "9c37ce0b-3852-4dd1-9089-f35057719bb1",
                    "last_updated": "2022-10-29T19:07:21.376539-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 220.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "220.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141a7a33-afc5-4ab9-bb63-9b21f0c5d8b5/?format=api"
                },
                {
                    "id": "3c301a3f-91b0-4506-8ac4-228b2a51fa18",
                    "gambit_id": "245c3d5f-3819-4296-a0a1-65fd76ab6e34",
                    "last_updated": "2022-10-29T19:07:21.377508-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 220.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "220.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141a7a33-afc5-4ab9-bb63-9b21f0c5d8b5/?format=api"
                }
            ]
        }
    ]
}