GET /api/bet_types/c072b651-a475-4d54-8fde-e262c7676a7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c072b651-a475-4d54-8fde-e262c7676a7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b98335e7-26c9-4747-ab3d-a5580c4f0556/?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": "KAN",
                "amount": 5097.0
            },
            {
                "team": "SEA",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "152612dc-b2b1-49ef-9838-055821aa3a16",
            "gambit_id": "1db50a59-7c96-46f5-9910-96a4441ff568",
            "last_updated": "2022-09-26T10:27:12.248438-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c072b651-a475-4d54-8fde-e262c7676a7a/?format=api"
        },
        {
            "id": "1bba0559-b467-4e81-b7ed-036547884cd5",
            "gambit_id": "c7c5fba1-4e6c-4906-9db3-92a3f6d6b8ae",
            "last_updated": "2022-09-26T10:27:12.247289-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c072b651-a475-4d54-8fde-e262c7676a7a/?format=api"
        }
    ]
}