GET /api/bet_types/8f7be5ec-9a13-4d7d-9c23-6b482ebc5704/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f7be5ec-9a13-4d7d-9c23-6b482ebc5704",
    "match": "https://api-prod.gambitprofit.com/api/matches/5876961d-1f50-4473-9641-fdf9b5ac3940/?format=api",
    "name": "Pick the Winner",
    "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": "Edmonton Oilers",
                "amount": 5521.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "323a73cd-9069-4f52-8daa-4ca05f5a100b",
            "gambit_id": "b9a52cc7-4d5a-4118-b413-28c4fa199692",
            "last_updated": "2022-10-25T10:12:27.441495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f7be5ec-9a13-4d7d-9c23-6b482ebc5704/?format=api"
        },
        {
            "id": "81382836-ad78-4c61-934e-7b13299dd251",
            "gambit_id": "f9de593a-73bc-4f1d-92c6-7c9a4bd6a2bc",
            "last_updated": "2022-10-25T10:12:27.440480-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f7be5ec-9a13-4d7d-9c23-6b482ebc5704/?format=api"
        }
    ]
}