GET /api/bet_types/7e3e7d04-9c01-4e19-a5e5-b73eb13a075c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e3e7d04-9c01-4e19-a5e5-b73eb13a075c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a83699d5-ed43-491c-be13-247627e812aa/?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": "Tampa Bay Buccaneers",
                "amount": 5106.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1dc1516-cdd0-4c6f-9973-e5bbeae1d56f",
            "gambit_id": "cdad11d1-d512-409c-98ad-fb3947d43be1",
            "last_updated": "2022-10-17T15:27:04.780772-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e3e7d04-9c01-4e19-a5e5-b73eb13a075c/?format=api"
        },
        {
            "id": "0aee4e61-90f2-4451-bffb-76c1f2b74efb",
            "gambit_id": "370ce8ec-7319-4c9a-82f0-e5b1d0a749a2",
            "last_updated": "2022-10-17T15:27:04.779770-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e3e7d04-9c01-4e19-a5e5-b73eb13a075c/?format=api"
        }
    ]
}