GET /api/bet_types/2c74d809-f386-445a-8d4a-03e692bbd70b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c74d809-f386-445a-8d4a-03e692bbd70b",
    "match": "https://api-prod.gambitprofit.com/api/matches/64bb4429-7a17-4b6a-bebb-57e039c7494e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-03T09:56:54.410697-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": "Seattle Kraken",
                "amount": 5317.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "302d8801-0b40-4e70-b06f-405c5f5e148d",
            "gambit_id": "9da9de55-98ad-4a9b-89ee-1a5aeb674d98",
            "last_updated": "2023-04-04T19:42:06.230450-04:00",
            "created_at": "2023-04-03T09:56:54.411995-04:00",
            "name": "Seattle Kraken",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c74d809-f386-445a-8d4a-03e692bbd70b/?format=api"
        },
        {
            "id": "9a4d8c93-d0de-4bf7-a599-8ddba55f8e48",
            "gambit_id": "5ccf4c9a-2f8b-4cc0-a6c8-69819e77ff84",
            "last_updated": "2023-04-04T19:42:06.232113-04:00",
            "created_at": "2023-04-03T09:56:54.413281-04:00",
            "name": "Arizona Coyotes",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c74d809-f386-445a-8d4a-03e692bbd70b/?format=api"
        }
    ]
}