GET /api/bet_types/35d55889-c0b1-46e8-a401-159bebd5ca10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35d55889-c0b1-46e8-a401-159bebd5ca10",
    "match": "https://api-prod.gambitprofit.com/api/matches/7734a897-c4ea-4b01-b02b-13042e8d8271/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-12T10:17:04.592746-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 Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3a4546b-b6dd-4730-9171-532b1a7690ba",
            "gambit_id": "b29461ca-696a-443a-9695-46f58876ab6e",
            "last_updated": "2023-03-13T19:02:14.673120-04:00",
            "created_at": "2023-03-12T10:17:04.594230-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35d55889-c0b1-46e8-a401-159bebd5ca10/?format=api"
        },
        {
            "id": "f2eaa611-0054-475c-a2a1-89e3ddd19059",
            "gambit_id": "83808954-61fc-401f-b69c-47ea4763e810",
            "last_updated": "2023-03-13T19:02:14.674600-04:00",
            "created_at": "2023-03-12T10:17:04.595696-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35d55889-c0b1-46e8-a401-159bebd5ca10/?format=api"
        }
    ]
}