GET /api/bet_types/134b5410-28df-4176-a9b4-579e2d29b35d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "134b5410-28df-4176-a9b4-579e2d29b35d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba76917a-45ef-44c1-9ca1-f53739244c20/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:02.999103-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": "Columbus Blue Jackets",
                "amount": 5929.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4071.0
            }
        ],
        "expected_reward_tokens": 9485.43,
        "profit_sb": -14.57,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "75f78e4b-f280-4365-9d64-6865c326500c",
            "gambit_id": "9c209280-e325-4b11-aa29-6035a1ed4497",
            "last_updated": "2023-11-15T20:08:23.841483-05:00",
            "created_at": "2023-11-14T09:13:03.008836-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/134b5410-28df-4176-a9b4-579e2d29b35d/?format=api"
        },
        {
            "id": "dab82272-07db-4d6e-93a8-7d1a2e9d53c7",
            "gambit_id": "7cfd02df-c624-4101-950a-d98fb4c50dc5",
            "last_updated": "2023-11-15T20:08:23.837848-05:00",
            "created_at": "2023-11-14T09:13:03.003038-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/134b5410-28df-4176-a9b4-579e2d29b35d/?format=api"
        }
    ]
}