GET /api/bet_types/59026856-9f5b-401b-99a1-2765dbdf89dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59026856-9f5b-401b-99a1-2765dbdf89dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd3276a4-965d-4c28-bd49-08decd6cdc60/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-30T08:58:12.996947-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": "ATL",
                "amount": 6090.0
            },
            {
                "team": "WAS",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e3d79fa-9d2d-4d0f-92ce-b335a57ab2c2",
            "gambit_id": "be89bb0a-cc4c-46ca-88c7-0187dcba2abf",
            "last_updated": "2023-10-02T10:48:23.852851-04:00",
            "created_at": "2023-09-30T08:58:13.010769-04:00",
            "name": "ATL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59026856-9f5b-401b-99a1-2765dbdf89dc/?format=api"
        },
        {
            "id": "47ccd288-f884-4dce-9a9b-d13892f44c4a",
            "gambit_id": "d43c1e2e-15b0-4265-89e5-0af26d0ef487",
            "last_updated": "2023-10-02T10:48:23.848831-04:00",
            "created_at": "2023-09-30T08:58:13.004354-04:00",
            "name": "WAS",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59026856-9f5b-401b-99a1-2765dbdf89dc/?format=api"
        }
    ]
}