GET /api/bet_types/3ecd92a7-ff39-43ca-9359-15e14ae4d29d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ecd92a7-ff39-43ca-9359-15e14ae4d29d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5e9f109-eb97-4024-8548-c26759629d3d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-11T09:38:00.342843-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "eab49319-69b7-4b4c-ba8b-0ef75806ac84",
            "gambit_id": "24f53c1b-05c8-44fb-ba93-72a556e3e70f",
            "last_updated": "2023-12-12T21:53:21.557063-05:00",
            "created_at": "2023-12-11T09:38:00.350735-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ecd92a7-ff39-43ca-9359-15e14ae4d29d/?format=api"
        },
        {
            "id": "95b8147f-9fd3-440e-ac07-f8708436c88d",
            "gambit_id": "a9af2820-574f-4413-8cc8-70aa82346a58",
            "last_updated": "2023-12-12T21:53:21.553478-05:00",
            "created_at": "2023-12-11T09:38:00.346607-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ecd92a7-ff39-43ca-9359-15e14ae4d29d/?format=api"
        }
    ]
}