GET /api/bet_types/be5fcbee-1637-424d-ab79-81e7e97aad21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be5fcbee-1637-424d-ab79-81e7e97aad21",
    "match": "https://api-prod.gambitprofit.com/api/matches/84f13610-1457-4077-9450-170b476d20e4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:08.095783-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": "Ottawa Senators",
                "amount": 6314.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "842604b8-be07-4f8c-aa4a-f9065f042d2f",
            "gambit_id": "4118cffb-8c37-450c-8e49-effac9f65eca",
            "last_updated": "2023-10-30T13:33:22.933935-04:00",
            "created_at": "2023-10-28T09:08:08.099759-04:00",
            "name": "Ottawa Senators",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be5fcbee-1637-424d-ab79-81e7e97aad21/?format=api"
        },
        {
            "id": "3a335d3a-4425-4dbf-91f3-0feb2b05263c",
            "gambit_id": "02bc3d3c-5a0f-4c9d-ac03-f8f758fface6",
            "last_updated": "2023-10-30T13:33:22.937252-04:00",
            "created_at": "2023-10-28T09:08:08.104888-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be5fcbee-1637-424d-ab79-81e7e97aad21/?format=api"
        }
    ]
}