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/16bed323-8a72-45bd-bc19-ca4635f4008b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16bed323-8a72-45bd-bc19-ca4635f4008b",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "b8b5be84-5acf-4a53-8e81-7987d80871d6",
    "completed": true,
    "last_updated": "2022-12-08T13:02:16.662514-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.83,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/b8b5be84-5acf-4a53-8e81-7987d80871d6",
    "datetime": "2022-12-07T21:10:00-05:00",
    "cutoff_datetime": "2022-12-07T21:10:00-05:00",
    "name": "Golden State Warriors v. Utah Jazz",
    "bettypes": [
        {
            "id": "ea3f1021-2282-4c5c-ab78-363704e6ffdb",
            "match": "https://api-prod.gambitprofit.com/api/matches/16bed323-8a72-45bd-bc19-ca4635f4008b/?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": "Utah Jazz",
                        "amount": 6482.0
                    },
                    {
                        "team": "Golden State Warriors",
                        "amount": 3518.0
                    }
                ],
                "expected_reward_tokens": 9074.8,
                "profit_sb": 74.8,
                "profit_sb_percentage": 0.83,
                "recommended": true
            },
            "lines": [
                {
                    "id": "58926719-11eb-41fd-8e9e-5c6518cfa7a9",
                    "gambit_id": "b9947641-2522-489a-a703-95f91a601160",
                    "last_updated": "2022-12-08T13:02:16.672399-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah Jazz",
                    "reward": "1.40000",
                    "odds": "1.45450",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea3f1021-2282-4c5c-ab78-363704e6ffdb/?format=api"
                },
                {
                    "id": "9f76cafb-eb98-4411-8cc8-cb79f3a24eb9",
                    "gambit_id": "6b82f012-677a-411b-8fbd-91be3c69dcfa",
                    "last_updated": "2022-12-08T13:02:16.671340-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Golden State Warriors",
                    "reward": "2.58000",
                    "odds": "2.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea3f1021-2282-4c5c-ab78-363704e6ffdb/?format=api"
                }
            ]
        },
        {
            "id": "17a47e5a-261a-4061-b6be-79108c8e9bf9",
            "match": "https://api-prod.gambitprofit.com/api/matches/16bed323-8a72-45bd-bc19-ca4635f4008b/?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": "Utah Jazz",
                        "amount": 5097.0
                    },
                    {
                        "team": "Golden State Warriors",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "fd729b33-79d9-4f1a-b8d7-6e968685be94",
                    "gambit_id": "ea79c7d4-d562-4b0b-9fd4-12d7512fd354",
                    "last_updated": "2022-12-08T13:02:16.669390-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah Jazz",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "-5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17a47e5a-261a-4061-b6be-79108c8e9bf9/?format=api"
                },
                {
                    "id": "ec164713-4a65-479d-a674-99e4c1151fe8",
                    "gambit_id": "53340cf8-57ad-4248-9911-c1bc14f498f8",
                    "last_updated": "2022-12-08T13:02:16.668399-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Golden State Warriors",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17a47e5a-261a-4061-b6be-79108c8e9bf9/?format=api"
                }
            ]
        },
        {
            "id": "7453131c-6923-483e-8fd2-7b55af442e81",
            "match": "https://api-prod.gambitprofit.com/api/matches/16bed323-8a72-45bd-bc19-ca4635f4008b/?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 231",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 231",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "52b5697d-d260-465f-9f17-5f0ed39c94ae",
                    "gambit_id": "ec155b62-fdec-4e2e-a382-8f786b7f71e5",
                    "last_updated": "2022-12-08T13:02:16.665419-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 231",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "231.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7453131c-6923-483e-8fd2-7b55af442e81/?format=api"
                },
                {
                    "id": "80da0760-6bed-4ca2-a1c2-86c48e74f3a6",
                    "gambit_id": "b88c7947-5b88-4ff3-b6bc-8afc527fff0b",
                    "last_updated": "2022-12-08T13:02:16.666470-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 231",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "231.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7453131c-6923-483e-8fd2-7b55af442e81/?format=api"
                }
            ]
        }
    ]
}