GET /api/bet_types/f9514850-f510-44a6-9a52-1c474394c38d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9514850-f510-44a6-9a52-1c474394c38d",
    "match": "https://api-prod.gambitprofit.com/api/matches/27a44e9e-ac3a-4b6c-9e3b-10d07015b07d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:12:59.377202-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": "Buffalo Sabres",
                "amount": 5939.0
            },
            {
                "team": "New York Rangers",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "f9f79f3c-8ef8-4c2c-83bd-69487e87f42f",
            "gambit_id": "c6367db4-99ca-4ced-a0c4-da6730767021",
            "last_updated": "2023-12-26T15:28:18.701976-05:00",
            "created_at": "2023-12-23T09:12:59.380793-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9514850-f510-44a6-9a52-1c474394c38d/?format=api"
        },
        {
            "id": "d0604ca4-b730-43c9-b12a-85d95cfecd27",
            "gambit_id": "a89df195-959c-4891-85df-6f6793799f7d",
            "last_updated": "2023-12-26T15:28:18.705401-05:00",
            "created_at": "2023-12-23T09:12:59.384735-05:00",
            "name": "New York Rangers",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9514850-f510-44a6-9a52-1c474394c38d/?format=api"
        }
    ]
}