GET /api/bet_types/ca8d0178-fc18-4467-8513-25c8d860881b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca8d0178-fc18-4467-8513-25c8d860881b",
    "match": "https://api-prod.gambitprofit.com/api/matches/13ad2328-4ff4-478f-9e93-e253f0e04ca8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-16T09:21:55.681316-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": "San Jose Sharks",
                "amount": 5696.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "5bda7d9b-18ab-4f35-a3e3-6c1f32086a00",
            "gambit_id": "a0f079da-e6a4-406e-b0a5-e46cf493313f",
            "last_updated": "2023-02-17T09:52:02.920868-05:00",
            "created_at": "2023-02-16T09:21:55.684058-05:00",
            "name": "San Jose Sharks",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca8d0178-fc18-4467-8513-25c8d860881b/?format=api"
        },
        {
            "id": "c96010e7-f1b9-4159-9cf8-209d2aefb674",
            "gambit_id": "f692756d-7d6b-4d18-9d41-b6c6d2caa313",
            "last_updated": "2023-02-17T09:52:02.919699-05:00",
            "created_at": "2023-02-16T09:21:55.682684-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca8d0178-fc18-4467-8513-25c8d860881b/?format=api"
        }
    ]
}