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/99f5471c-efb4-426c-9cb5-175c38a03a59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99f5471c-efb4-426c-9cb5-175c38a03a59",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0ea3d157-f96b-45d3-9619-6e71d3c852b5",
    "completed": true,
    "last_updated": "2023-07-10T10:18:20.641526-04:00",
    "created_at": "2023-07-08T08:38:22.108659-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.25,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/0ea3d157-f96b-45d3-9619-6e71d3c852b5",
    "datetime": "2023-07-08T13:10:00-04:00",
    "cutoff_datetime": "2023-07-08T13:10:00-04:00",
    "name": "TOR (K Gausman) v. DET (M Manning)",
    "bettypes": [
        {
            "id": "953d9ad4-9692-40b7-b1c2-a7282fbc9d2a",
            "match": "https://api-prod.gambitprofit.com/api/matches/99f5471c-efb4-426c-9cb5-175c38a03a59/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-08T08:38:22.112613-04: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": "TOR (K Gausman)",
                        "amount": 6627.0
                    },
                    {
                        "team": "DET (M Manning)",
                        "amount": 3373.0
                    }
                ],
                "expected_reward_tokens": 9476.61,
                "profit_sb": -23.39,
                "profit_sb_percentage": -0.25,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c93dbc5c-7a6e-4e9b-acd5-bcf20e43eba2",
                    "gambit_id": "5f4c0872-6f79-4562-aefd-6d8f182c82a3",
                    "last_updated": "2023-07-10T10:18:20.646958-04:00",
                    "created_at": "2023-07-08T08:38:22.116189-04:00",
                    "name": "TOR (K Gausman)",
                    "reward": "1.43000",
                    "odds": "1.45450",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/953d9ad4-9692-40b7-b1c2-a7282fbc9d2a/?format=api"
                },
                {
                    "id": "61e87bee-0e1a-403c-ae25-0517bb2ab5b1",
                    "gambit_id": "9a334e9e-ca5d-4237-8ac1-99a07594fe73",
                    "last_updated": "2023-07-10T10:18:20.649252-04:00",
                    "created_at": "2023-07-08T08:38:22.119709-04:00",
                    "name": "DET (M Manning)",
                    "reward": "2.81000",
                    "odds": "2.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/953d9ad4-9692-40b7-b1c2-a7282fbc9d2a/?format=api"
                }
            ]
        },
        {
            "id": "e82093df-aba6-4eb4-bf21-89b1333621a8",
            "match": "https://api-prod.gambitprofit.com/api/matches/99f5471c-efb4-426c-9cb5-175c38a03a59/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-07-08T08:38:22.123031-04: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": "TOR",
                        "amount": 5512.0
                    },
                    {
                        "team": "DET",
                        "amount": 4488.0
                    }
                ],
                "expected_reward_tokens": 9424.8,
                "profit_sb": -75.2,
                "profit_sb_percentage": -0.79,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b826c099-73a7-44e8-a240-96d82a0969ad",
                    "gambit_id": "a536d2bd-32aa-4bd3-9398-2d9347de201b",
                    "last_updated": "2023-07-10T10:18:20.653707-04:00",
                    "created_at": "2023-07-08T08:38:22.126038-04:00",
                    "name": "TOR",
                    "reward": "1.71000",
                    "odds": "1.74070",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e82093df-aba6-4eb4-bf21-89b1333621a8/?format=api"
                },
                {
                    "id": "010a99fd-ef82-4497-8bfc-f3fe25f36096",
                    "gambit_id": "7055e09b-c92b-46bc-8d6b-715fe7576239",
                    "last_updated": "2023-07-10T10:18:20.656022-04:00",
                    "created_at": "2023-07-08T08:38:22.128978-04:00",
                    "name": "DET",
                    "reward": "2.10000",
                    "odds": "2.15000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e82093df-aba6-4eb4-bf21-89b1333621a8/?format=api"
                }
            ]
        },
        {
            "id": "d3400541-3df4-4f93-ae44-f8c5cdcdbac9",
            "match": "https://api-prod.gambitprofit.com/api/matches/99f5471c-efb4-426c-9cb5-175c38a03a59/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-08T08:38:22.132213-04: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 8",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 8",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8c426834-5c7b-450f-adda-ddea2240db1a",
                    "gambit_id": "278baeb7-7481-49c4-baab-c5f982714542",
                    "last_updated": "2023-07-10T10:18:20.661393-04:00",
                    "created_at": "2023-07-08T08:38:22.135394-04:00",
                    "name": "Game Total Over 8",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3400541-3df4-4f93-ae44-f8c5cdcdbac9/?format=api"
                },
                {
                    "id": "0972034f-0125-4e49-ae0e-b197c48c6980",
                    "gambit_id": "e34fccdd-1dfb-4976-a6c8-b140ab381b1f",
                    "last_updated": "2023-07-10T10:18:20.664210-04:00",
                    "created_at": "2023-07-08T08:38:22.138576-04:00",
                    "name": "Game Total Under 8",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3400541-3df4-4f93-ae44-f8c5cdcdbac9/?format=api"
                }
            ]
        }
    ]
}