GET /api/bet_types/c66e35c6-344f-48f8-ae4f-e88823b7c36d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c66e35c6-344f-48f8-ae4f-e88823b7c36d",
    "match": "https://api-prod.gambitprofit.com/api/matches/95973222-5edf-46a0-9443-f38e81f6270b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:02.273999-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": 6399.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "134a477c-1164-40e0-91b6-8ef6e285310b",
            "gambit_id": "2f159655-4b9c-4667-bf33-af43cf9ec5b6",
            "last_updated": "2023-03-10T10:32:01.238910-05:00",
            "created_at": "2023-03-09T09:02:02.276647-05:00",
            "name": "San Jose Sharks",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c66e35c6-344f-48f8-ae4f-e88823b7c36d/?format=api"
        },
        {
            "id": "f4125fb4-0310-4686-b264-c9cf519ab176",
            "gambit_id": "ba0b8479-685e-4644-9274-f6012d4ab7ae",
            "last_updated": "2023-03-10T10:32:01.237505-05:00",
            "created_at": "2023-03-09T09:02:02.275308-05:00",
            "name": "St Louis Blues",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c66e35c6-344f-48f8-ae4f-e88823b7c36d/?format=api"
        }
    ]
}