GET /api/bet_types/94739a7b-0534-452a-a9a7-213a69f79981/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94739a7b-0534-452a-a9a7-213a69f79981",
    "match": "https://api-prod.gambitprofit.com/api/matches/de45f14b-4fb9-4881-9b8e-15f4e76d8550/?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": "Los Angeles Clippers",
                "amount": 5097.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "7dc05ab5-609b-4371-b153-267f4770c025",
            "gambit_id": "cc28888c-4143-4a29-884c-1fb75e87e248",
            "last_updated": "2022-12-08T13:02:16.047707-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94739a7b-0534-452a-a9a7-213a69f79981/?format=api"
        },
        {
            "id": "164507ac-f91e-4d9c-9848-46ba5e554b3f",
            "gambit_id": "941723aa-fc88-46a9-a5b5-a2d239c565d0",
            "last_updated": "2022-12-08T13:02:16.046700-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94739a7b-0534-452a-a9a7-213a69f79981/?format=api"
        }
    ]
}