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/d011fdea-66ea-4df4-8bcb-f0dd06f18b7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d011fdea-66ea-4df4-8bcb-f0dd06f18b7d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b6022d49-16cd-4c84-aa0a-fbaa260e4122",
    "completed": true,
    "last_updated": "2023-07-29T19:38:27.844174-04:00",
    "created_at": "2023-07-28T08:23:04.248695-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.71,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/b6022d49-16cd-4c84-aa0a-fbaa260e4122",
    "datetime": "2023-07-28T21:40:00-04:00",
    "cutoff_datetime": "2023-07-28T21:40:00-04:00",
    "name": "TEX (D Dunning) v. SDG (J Musgrove)",
    "bettypes": [
        {
            "id": "09abca18-6f7c-4ffd-9c2a-2ef74a5f152f",
            "match": "https://api-prod.gambitprofit.com/api/matches/d011fdea-66ea-4df4-8bcb-f0dd06f18b7d/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-28T08:23:04.258602-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 (J Musgrove)",
                        "amount": 5980.0
                    },
                    {
                        "team": "TEX (D Dunning)",
                        "amount": 4020.0
                    }
                ],
                "expected_reward_tokens": 9567.6,
                "profit_sb": 67.6,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "15268727-a9fd-410a-a11e-e1398dae4318",
                    "gambit_id": "52b42195-e817-4b87-8055-940b40deffd6",
                    "last_updated": "2023-07-29T19:38:27.857068-04:00",
                    "created_at": "2023-07-28T08:23:04.266821-04:00",
                    "name": "SDG (J Musgrove)",
                    "reward": "1.60000",
                    "odds": "1.62500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09abca18-6f7c-4ffd-9c2a-2ef74a5f152f/?format=api"
                },
                {
                    "id": "b7bb669e-0d25-4e7c-8c13-8ff25869bc8e",
                    "gambit_id": "d5742736-c0f0-432f-8e77-b07ab6b0f419",
                    "last_updated": "2023-07-29T19:38:27.853410-04:00",
                    "created_at": "2023-07-28T08:23:04.262853-04:00",
                    "name": "TEX (D Dunning)",
                    "reward": "2.38000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09abca18-6f7c-4ffd-9c2a-2ef74a5f152f/?format=api"
                }
            ]
        },
        {
            "id": "4d901d86-d2cf-45b9-bbde-ca1d73aa5c51",
            "match": "https://api-prod.gambitprofit.com/api/matches/d011fdea-66ea-4df4-8bcb-f0dd06f18b7d/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-07-28T08:23:04.270837-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": "TEX",
                        "amount": 5688.0
                    },
                    {
                        "team": "SDG",
                        "amount": 4312.0
                    }
                ],
                "expected_reward_tokens": 9442.08,
                "profit_sb": -57.92,
                "profit_sb_percentage": -0.61,
                "recommended": false
            },
            "lines": [
                {
                    "id": "526ed9e2-3dd1-455b-8b35-b0d44b6d849c",
                    "gambit_id": "a4c60484-9aa8-4081-8e42-44b2cf8a5451",
                    "last_updated": "2023-07-29T19:38:27.864897-04:00",
                    "created_at": "2023-07-28T08:23:04.275023-04:00",
                    "name": "TEX",
                    "reward": "1.66000",
                    "odds": "1.68970",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d901d86-d2cf-45b9-bbde-ca1d73aa5c51/?format=api"
                },
                {
                    "id": "96ea7690-7c81-4df2-9155-7f16e2908e93",
                    "gambit_id": "4ee07cbc-0283-4a02-a58c-f6409c1b6ae9",
                    "last_updated": "2023-07-29T19:38:27.868346-04:00",
                    "created_at": "2023-07-28T08:23:04.279628-04:00",
                    "name": "SDG",
                    "reward": "2.19000",
                    "odds": "2.25000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d901d86-d2cf-45b9-bbde-ca1d73aa5c51/?format=api"
                }
            ]
        },
        {
            "id": "52ff01ef-29ba-4b3a-8d88-0bbe5b4e0e1e",
            "match": "https://api-prod.gambitprofit.com/api/matches/d011fdea-66ea-4df4-8bcb-f0dd06f18b7d/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-28T08:23:04.284092-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.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 8.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2a3fe690-9c20-42a8-8b38-a9a0b4807427",
                    "gambit_id": "2a75413b-e7b3-4a2c-9d1b-92a9c08dac07",
                    "last_updated": "2023-07-29T19:38:27.878115-04:00",
                    "created_at": "2023-07-28T08:23:04.288033-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52ff01ef-29ba-4b3a-8d88-0bbe5b4e0e1e/?format=api"
                },
                {
                    "id": "d4d5c31d-7596-493b-bfbd-c62fc51d10fe",
                    "gambit_id": "90fca1de-45fd-4116-b8d3-6f7dbab1b6ab",
                    "last_updated": "2023-07-29T19:38:27.881963-04:00",
                    "created_at": "2023-07-28T08:23:04.292388-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52ff01ef-29ba-4b3a-8d88-0bbe5b4e0e1e/?format=api"
                }
            ]
        }
    ]
}