GET /api/bet_types/a4a8e4d5-3d12-4d47-ac5a-f1fe61555594/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4a8e4d5-3d12-4d47-ac5a-f1fe61555594",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f414d9a-ceba-48a6-a676-6b249451df49/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:06.823207-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": "Florida Panthers",
                "amount": 5107.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "876007f3-b47e-4dc3-a52e-7c3a644d2b0f",
            "gambit_id": "98a87de8-835f-4949-9efc-0b9477c19a1a",
            "last_updated": "2023-11-15T14:53:08.152761-05:00",
            "created_at": "2023-11-14T09:13:06.828557-05:00",
            "name": "Florida Panthers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4a8e4d5-3d12-4d47-ac5a-f1fe61555594/?format=api"
        },
        {
            "id": "50183239-1fd4-482c-b4c9-c745c918ae82",
            "gambit_id": "aa090bd1-08d7-4ca5-b246-94eaa9111023",
            "last_updated": "2023-11-15T14:53:08.156052-05:00",
            "created_at": "2023-11-14T09:13:06.833155-05:00",
            "name": "San Jose Sharks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4a8e4d5-3d12-4d47-ac5a-f1fe61555594/?format=api"
        }
    ]
}