GET /api/bet_types/bb92d24b-2a14-4191-aa15-306ad3940c58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb92d24b-2a14-4191-aa15-306ad3940c58",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef79a53b-cc64-4f6e-98aa-887f1aca0930/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:23.774485-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8100cc45-24dc-4141-a272-9795b8d55832",
            "gambit_id": "0d6a739c-f6dd-42c6-9a31-1e986c5ef9a6",
            "last_updated": "2023-04-06T13:17:08.405418-04:00",
            "created_at": "2023-04-05T09:22:23.779345-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb92d24b-2a14-4191-aa15-306ad3940c58/?format=api"
        },
        {
            "id": "5410a07f-a2ce-4e98-8c77-8c4e743aaa37",
            "gambit_id": "4e9e3d91-ad1d-4794-bef4-fe580083e977",
            "last_updated": "2023-04-06T13:17:08.404195-04:00",
            "created_at": "2023-04-05T09:22:23.777183-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb92d24b-2a14-4191-aa15-306ad3940c58/?format=api"
        }
    ]
}