GET /api/bet_types/f5c99370-8baf-4cb9-a025-d9ee08e050b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5c99370-8baf-4cb9-a025-d9ee08e050b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b18702f5-6305-4e43-b6d3-d52c107ccbe1/?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": "COL",
                "amount": 5511.0
            },
            {
                "team": "ARI",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "27d1868e-125f-42f1-a953-6ae964d0862a",
            "gambit_id": "46390c08-749d-4845-8625-2ada0fab0497",
            "last_updated": "2022-08-07T10:52:15.175104-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5c99370-8baf-4cb9-a025-d9ee08e050b2/?format=api"
        },
        {
            "id": "12482c47-7e51-44f3-a0f1-958b130e6f0c",
            "gambit_id": "2b693fcc-6c4a-4c94-ac03-7ddf3e457afd",
            "last_updated": "2022-08-07T10:52:15.174712-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5c99370-8baf-4cb9-a025-d9ee08e050b2/?format=api"
        }
    ]
}