GET /api/bet_types/ea87b617-9664-42dd-85fd-581776a3c89a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea87b617-9664-42dd-85fd-581776a3c89a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f8df637-809f-4445-a2dc-edf041c4d1ab/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T09:38:25.262253-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": "LOS",
                "amount": 5512.0
            },
            {
                "team": "COL",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "52e40470-1829-4aab-873d-7813e697bfcc",
            "gambit_id": "dc2e07d3-db78-4739-a77f-dea64566463b",
            "last_updated": "2023-08-12T18:08:07.385502-04:00",
            "created_at": "2023-08-11T09:38:25.275523-04:00",
            "name": "LOS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea87b617-9664-42dd-85fd-581776a3c89a/?format=api"
        },
        {
            "id": "c278164a-f356-456b-87b8-769a797d4018",
            "gambit_id": "2de57b75-6230-4c8b-95cf-39d308b08502",
            "last_updated": "2023-08-12T18:08:07.381619-04:00",
            "created_at": "2023-08-11T09:38:25.269219-04:00",
            "name": "COL",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea87b617-9664-42dd-85fd-581776a3c89a/?format=api"
        }
    ]
}