GET /api/bet_types/ebb818c7-4af8-456a-9fd3-e0c568f123e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebb818c7-4af8-456a-9fd3-e0c568f123e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/0679666b-6759-4664-afc3-ea5237b8951e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:56.913475-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": "Montreal Canadiens",
                "amount": 6010.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "5bcbda9f-e0f4-4107-ab42-41d633697ab3",
            "gambit_id": "2b1c17a8-ed43-4133-969e-34e5cb7c7834",
            "last_updated": "2023-11-13T19:33:23.137678-05:00",
            "created_at": "2023-11-12T09:32:56.923129-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebb818c7-4af8-456a-9fd3-e0c568f123e5/?format=api"
        },
        {
            "id": "2cc14cd2-f340-4471-9f4b-db9bfd3472d1",
            "gambit_id": "6c8b0244-8c06-4efd-9afb-8dfe89991243",
            "last_updated": "2023-11-13T19:33:23.134287-05:00",
            "created_at": "2023-11-12T09:32:56.916836-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebb818c7-4af8-456a-9fd3-e0c568f123e5/?format=api"
        }
    ]
}