GET /api/bet_types/56ebfd83-9364-4ac2-8ef4-48c85a61f8e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56ebfd83-9364-4ac2-8ef4-48c85a61f8e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd3ed77d-4382-4106-aa31-19f338414273/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-30T18:43:20.108441-04: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": "New York Jets",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9a3be1e-8b15-4bac-91c5-b6c8e75ef7fd",
            "gambit_id": "14d9b500-c16f-4aad-b8e2-e19e93ab9db1",
            "last_updated": "2023-08-04T09:48:10.581183-04:00",
            "created_at": "2023-07-30T18:43:20.114435-04:00",
            "name": "New York Jets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56ebfd83-9364-4ac2-8ef4-48c85a61f8e5/?format=api"
        },
        {
            "id": "34743aaa-63e9-4012-a3ce-dc200152fd11",
            "gambit_id": "2c672953-2505-473d-b349-b4a8829d3ba3",
            "last_updated": "2023-08-04T09:48:10.585027-04:00",
            "created_at": "2023-07-30T18:43:20.118903-04:00",
            "name": "Cleveland Browns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56ebfd83-9364-4ac2-8ef4-48c85a61f8e5/?format=api"
        }
    ]
}