GET /api/bet_types/e18e383d-bff9-475c-81e5-ebb142d1a3cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e18e383d-bff9-475c-81e5-ebb142d1a3cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cef0df1-b16f-4921-9279-812183127419/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:06.789198-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": "Nashville Predators",
                "amount": 5939.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8f5800e-a91c-4daf-b23a-52c46f6bb66f",
            "gambit_id": "c72daa0c-1ddf-495b-9226-3409bf2faa6d",
            "last_updated": "2023-12-18T11:03:05.081741-05:00",
            "created_at": "2023-12-15T09:13:06.794791-05:00",
            "name": "Nashville Predators",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e18e383d-bff9-475c-81e5-ebb142d1a3cd/?format=api"
        },
        {
            "id": "13fad055-a143-4112-84fd-c86474b4a0ef",
            "gambit_id": "8054f922-9d26-4424-a0b6-826bbda72f5c",
            "last_updated": "2023-12-18T11:03:05.085537-05:00",
            "created_at": "2023-12-15T09:13:06.800009-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e18e383d-bff9-475c-81e5-ebb142d1a3cd/?format=api"
        }
    ]
}