GET /api/bet_types/500b7603-2d25-49f2-a8a3-08234c66512a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "500b7603-2d25-49f2-a8a3-08234c66512a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdc59668-3b63-45c5-a5d9-c48059a3c6a3/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Nebraska",
                "amount": 5000.0
            },
            {
                "team": "Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef3bbead-ede9-497d-949b-93845edbe9ad",
            "gambit_id": "34146545-ba01-49cd-be8c-7527b502235b",
            "last_updated": "2022-11-14T10:13:47.629155-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "30.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500b7603-2d25-49f2-a8a3-08234c66512a/?format=api"
        },
        {
            "id": "26db723a-5b6c-49d5-8a73-ee3feb595963",
            "gambit_id": "f03c12f9-2f78-4ae0-a4f9-81a03f2c068d",
            "last_updated": "2022-11-14T10:13:47.628219-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-30.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500b7603-2d25-49f2-a8a3-08234c66512a/?format=api"
        }
    ]
}