GET /api/bet_types/0e2e3e26-e8a4-4d87-ad01-26d27cc55c92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e2e3e26-e8a4-4d87-ad01-26d27cc55c92",
    "match": "https://api-prod.gambitprofit.com/api/matches/f98c95fe-0fd0-40e3-a50a-e8ade79607fc/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Arizona Coyotes",
                "amount": 6326.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "91b0d6b0-c88c-49dd-bc7f-018aebeffee6",
            "gambit_id": "e2f9c89d-bbac-4122-9280-e22cf61a2a69",
            "last_updated": "2022-10-29T19:07:22.351283-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e2e3e26-e8a4-4d87-ad01-26d27cc55c92/?format=api"
        },
        {
            "id": "21b08c21-d61d-45ea-80de-4a9ebfaecbfa",
            "gambit_id": "00b91ad4-f121-426c-9637-a39d0e2858bd",
            "last_updated": "2022-10-29T19:07:22.352262-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e2e3e26-e8a4-4d87-ad01-26d27cc55c92/?format=api"
        }
    ]
}