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/1e24883a-a911-4fcb-b2e7-191c99a5f08e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e24883a-a911-4fcb-b2e7-191c99a5f08e",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0dfe9e92-3bf0-4d74-b85b-afb0583aaf65",
    "completed": true,
    "last_updated": "2023-09-26T10:03:07.229773-04:00",
    "created_at": "2023-09-25T08:58:20.774095-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.88,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/0dfe9e92-3bf0-4d74-b85b-afb0583aaf65",
    "datetime": "2023-09-25T21:45:00-04:00",
    "cutoff_datetime": "2023-09-25T21:45:00-04:00",
    "name": "SDG (B Snell) v. SFO (L Webb)",
    "bettypes": [
        {
            "id": "69f19fc1-8a9e-4fec-a5d3-b0517c692c45",
            "match": "https://api-prod.gambitprofit.com/api/matches/1e24883a-a911-4fcb-b2e7-191c99a5f08e/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-25T08:58:20.784897-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": "SDG (B Snell)",
                        "amount": 5325.0
                    },
                    {
                        "team": "SFO (L Webb)",
                        "amount": 4675.0
                    }
                ],
                "expected_reward_tokens": 9583.75,
                "profit_sb": 83.75,
                "profit_sb_percentage": 0.88,
                "recommended": true
            },
            "lines": [
                {
                    "id": "276b230d-4728-4cfb-a8e9-5b5f448d711c",
                    "gambit_id": "6cbdf4d7-eca3-49dc-aff2-5f85f28eea13",
                    "last_updated": "2023-09-26T10:03:07.238372-04:00",
                    "created_at": "2023-09-25T08:58:20.794717-04:00",
                    "name": "SDG (B Snell)",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69f19fc1-8a9e-4fec-a5d3-b0517c692c45/?format=api"
                },
                {
                    "id": "9482a4b3-eaaa-4121-b1d4-c6f6f281b93d",
                    "gambit_id": "f7ee1fae-6c1b-4ea4-b604-3c923043f963",
                    "last_updated": "2023-09-26T10:03:07.242227-04:00",
                    "created_at": "2023-09-25T08:58:20.803056-04:00",
                    "name": "SFO (L Webb)",
                    "reward": "2.05000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69f19fc1-8a9e-4fec-a5d3-b0517c692c45/?format=api"
                }
            ]
        },
        {
            "id": "fef10fbe-a4f8-450f-b725-035de29fce9c",
            "match": "https://api-prod.gambitprofit.com/api/matches/1e24883a-a911-4fcb-b2e7-191c99a5f08e/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-25T08:58:20.815345-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": "SFO",
                        "amount": 6090.0
                    },
                    {
                        "team": "SDG",
                        "amount": 3910.0
                    }
                ],
                "expected_reward_tokens": 9500.4,
                "profit_sb": 0.4,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6cd0e1c6-73c9-492e-aad6-71ef1bce6450",
                    "gambit_id": "939ae66e-821d-4b71-9b7a-52af8f86cd16",
                    "last_updated": "2023-09-26T10:03:07.254315-04:00",
                    "created_at": "2023-09-25T08:58:20.823230-04:00",
                    "name": "SFO",
                    "reward": "1.56000",
                    "odds": "1.58820",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fef10fbe-a4f8-450f-b725-035de29fce9c/?format=api"
                },
                {
                    "id": "88b639f6-b939-4fd1-9c77-1bef31939029",
                    "gambit_id": "1005a5ab-38a4-4e60-a7c5-983502f8b3ae",
                    "last_updated": "2023-09-26T10:03:07.250305-04:00",
                    "created_at": "2023-09-25T08:58:20.818754-04:00",
                    "name": "SDG",
                    "reward": "2.43000",
                    "odds": "2.50000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fef10fbe-a4f8-450f-b725-035de29fce9c/?format=api"
                }
            ]
        },
        {
            "id": "29fe4906-2cab-43cb-ad09-fab5ec35306b",
            "match": "https://api-prod.gambitprofit.com/api/matches/1e24883a-a911-4fcb-b2e7-191c99a5f08e/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-25T08:58:20.827096-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 7",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 7",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e390bdec-5bd5-4e5a-9820-64cc3d1a63d1",
                    "gambit_id": "8cd30529-1d62-43f2-85ef-a7389d58b7a4",
                    "last_updated": "2023-09-26T10:03:07.262903-04:00",
                    "created_at": "2023-09-25T08:58:20.831052-04:00",
                    "name": "Game Total Over 7",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29fe4906-2cab-43cb-ad09-fab5ec35306b/?format=api"
                },
                {
                    "id": "9658cf2a-4fcb-4c45-a92a-4010aa9560ef",
                    "gambit_id": "700cf9f4-6bcf-4db0-a2d4-b5d136212270",
                    "last_updated": "2023-09-26T10:03:07.266319-04:00",
                    "created_at": "2023-09-25T08:58:20.834862-04:00",
                    "name": "Game Total Under 7",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29fe4906-2cab-43cb-ad09-fab5ec35306b/?format=api"
                }
            ]
        }
    ]
}