GET /api/bet_types/f1f80b0f-4497-4067-8eea-d69ffb9a539a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1f80b0f-4497-4067-8eea-d69ffb9a539a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a773d849-c93d-44cd-ad84-f0926f6c2c66/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-13T10:18:26.283366-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": "CWS",
                "amount": 5512.0
            },
            {
                "team": "MIL",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "333c317e-ab11-4858-be65-8fe6711d8a1a",
            "gambit_id": "1d5664b6-78ce-41ee-8e43-9314b66875e4",
            "last_updated": "2023-08-14T18:38:05.417416-04:00",
            "created_at": "2023-08-13T10:18:26.291321-04:00",
            "name": "CWS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f80b0f-4497-4067-8eea-d69ffb9a539a/?format=api"
        },
        {
            "id": "dd95b88a-399b-4473-be09-5cbc27062c2d",
            "gambit_id": "e3c58df6-aa5d-4874-b912-200f9cae8f0b",
            "last_updated": "2023-08-14T18:38:05.413708-04:00",
            "created_at": "2023-08-13T10:18:26.287176-04:00",
            "name": "MIL",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f80b0f-4497-4067-8eea-d69ffb9a539a/?format=api"
        }
    ]
}