GET /api/bet_types/fedb85b1-d5b8-4bdf-86d4-b9554064fe14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fedb85b1-d5b8-4bdf-86d4-b9554064fe14",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ca797c6-a961-463d-8047-ce44870db622/?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": "CLE",
                "amount": 5831.0
            },
            {
                "team": "SEA",
                "amount": 4169.0
            }
        ],
        "expected_reward_tokens": 9212.98,
        "profit_sb": 212.98,
        "profit_sb_percentage": 2.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "a7789a63-77c1-433f-b09b-7ed606fb0e52",
            "gambit_id": "aa3b3b1e-546c-46ef-985b-dd0bec8585d9",
            "last_updated": "2022-09-05T13:37:10.276954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fedb85b1-d5b8-4bdf-86d4-b9554064fe14/?format=api"
        },
        {
            "id": "40387b83-0787-4734-9f05-12b0d060ee37",
            "gambit_id": "0fae2673-7a25-45ff-970c-fa51d91f215b",
            "last_updated": "2022-09-05T13:37:10.277949-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.21000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fedb85b1-d5b8-4bdf-86d4-b9554064fe14/?format=api"
        }
    ]
}