GET /api/bet_types/6dccb9c5-a24f-4ac8-a690-a8c1e8ea96c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6dccb9c5-a24f-4ac8-a690-a8c1e8ea96c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/20622cea-3b98-445e-aa08-80404661d007/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:19.185635-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "32c6264a-4846-4d8c-b958-c2752773b164",
            "gambit_id": "3a686197-0fa3-4a62-b734-d29564fbf243",
            "last_updated": "2023-11-23T16:13:02.571571-05:00",
            "created_at": "2023-11-22T09:08:19.189720-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dccb9c5-a24f-4ac8-a690-a8c1e8ea96c1/?format=api"
        },
        {
            "id": "9d812ff6-dec6-44eb-95ea-cff89454d218",
            "gambit_id": "ef98e7b9-bf8a-4d61-af89-3628b940c7e8",
            "last_updated": "2023-11-23T16:13:02.574982-05:00",
            "created_at": "2023-11-22T09:08:19.194119-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dccb9c5-a24f-4ac8-a690-a8c1e8ea96c1/?format=api"
        }
    ]
}