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/04a34e52-08dc-45f2-aac8-5ccb51f72064/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04a34e52-08dc-45f2-aac8-5ccb51f72064",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ee3e1444-7717-4b25-8997-a5e6d38db5b4",
    "completed": true,
    "last_updated": "2023-09-06T22:53:25.455079-04:00",
    "created_at": "2023-09-05T09:53:20.429542-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.94,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/ee3e1444-7717-4b25-8997-a5e6d38db5b4",
    "datetime": "2023-09-05T19:05:00-04:00",
    "cutoff_datetime": "2023-09-05T19:05:00-04:00",
    "name": "NYM (J Quintana) v. WAS (P Corbin)",
    "bettypes": [
        {
            "id": "4dfa9a86-cab2-4a5f-b0e3-7088508bf1a1",
            "match": "https://api-prod.gambitprofit.com/api/matches/04a34e52-08dc-45f2-aac8-5ccb51f72064/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-05T09:53:20.442866-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": "NYM (J Quintana)",
                        "amount": 5641.0
                    },
                    {
                        "team": "WAS (P Corbin)",
                        "amount": 4359.0
                    }
                ],
                "expected_reward_tokens": 9589.7,
                "profit_sb": 89.7,
                "profit_sb_percentage": 0.94,
                "recommended": true
            },
            "lines": [
                {
                    "id": "46f62960-14bf-4b5e-9174-5c563fcfa2cc",
                    "gambit_id": "abbdc353-21e4-428f-a06c-5f3ad7d9bc8c",
                    "last_updated": "2023-09-06T22:53:25.462635-04:00",
                    "created_at": "2023-09-05T09:53:20.449568-04:00",
                    "name": "NYM (J Quintana)",
                    "reward": "1.70000",
                    "odds": "1.73530",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dfa9a86-cab2-4a5f-b0e3-7088508bf1a1/?format=api"
                },
                {
                    "id": "066f9d05-7cba-48fe-ba5f-e18936528c4a",
                    "gambit_id": "b5a9decb-8ced-4c00-9deb-e177b853567c",
                    "last_updated": "2023-09-06T22:53:25.466001-04:00",
                    "created_at": "2023-09-05T09:53:20.455672-04:00",
                    "name": "WAS (P Corbin)",
                    "reward": "2.20000",
                    "odds": "2.26000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dfa9a86-cab2-4a5f-b0e3-7088508bf1a1/?format=api"
                }
            ]
        },
        {
            "id": "733894db-a24c-421a-90a0-ac2262c80129",
            "match": "https://api-prod.gambitprofit.com/api/matches/04a34e52-08dc-45f2-aac8-5ccb51f72064/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-05T09:53:20.462197-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": "WAS",
                        "amount": 5688.0
                    },
                    {
                        "team": "NYM",
                        "amount": 4312.0
                    }
                ],
                "expected_reward_tokens": 9442.08,
                "profit_sb": -57.92,
                "profit_sb_percentage": -0.61,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cc37739c-41ff-47bd-b55e-12448a8ffcc8",
                    "gambit_id": "703d9ca2-83ba-405a-b942-84e0fa7a8ffe",
                    "last_updated": "2023-09-06T22:53:25.476735-04:00",
                    "created_at": "2023-09-05T09:53:20.485809-04:00",
                    "name": "WAS",
                    "reward": "1.66000",
                    "odds": "1.68970",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733894db-a24c-421a-90a0-ac2262c80129/?format=api"
                },
                {
                    "id": "3d42660d-12f1-4f43-ad58-7f57b78a636a",
                    "gambit_id": "b82cc9f8-8b98-45e0-9b80-29bbaf04cd82",
                    "last_updated": "2023-09-06T22:53:25.473295-04:00",
                    "created_at": "2023-09-05T09:53:20.473824-04:00",
                    "name": "NYM",
                    "reward": "2.19000",
                    "odds": "2.25000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733894db-a24c-421a-90a0-ac2262c80129/?format=api"
                }
            ]
        },
        {
            "id": "bb78b505-b450-4a3a-b190-98b3d716d7d2",
            "match": "https://api-prod.gambitprofit.com/api/matches/04a34e52-08dc-45f2-aac8-5ccb51f72064/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-05T09:53:20.490627-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 Under 9.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 9.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "42a8006e-bbc8-46dc-bf45-f6cdc04aa86f",
                    "gambit_id": "ee4e99be-2b4d-4d15-a5b4-e0f4dc21c252",
                    "last_updated": "2023-09-06T22:53:25.487707-04:00",
                    "created_at": "2023-09-05T09:53:20.503374-04:00",
                    "name": "Game Total Under 9.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb78b505-b450-4a3a-b190-98b3d716d7d2/?format=api"
                },
                {
                    "id": "15b1d1bd-44ed-4c65-b7ec-0c0ff9dec842",
                    "gambit_id": "e8037b26-7bb7-4cdc-9a24-50366f159f76",
                    "last_updated": "2023-09-06T22:53:25.484412-04:00",
                    "created_at": "2023-09-05T09:53:20.498312-04:00",
                    "name": "Game Total Over 9.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb78b505-b450-4a3a-b190-98b3d716d7d2/?format=api"
                }
            ]
        }
    ]
}