GET /api/bet_types/e4483755-679e-409c-9198-30b820a07b5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4483755-679e-409c-9198-30b820a07b5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f5dd424-1997-4f00-b348-efa9c035e772/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-16T18:16:47.667892-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": "Los Angeles Kings",
                "amount": 5939.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "b83725de-8773-4c43-8e2f-8f62d4eab66c",
            "gambit_id": "10962052-3f54-4e72-b638-5c70323264f2",
            "last_updated": "2023-04-18T12:12:09.255260-04:00",
            "created_at": "2023-04-16T18:16:47.671208-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4483755-679e-409c-9198-30b820a07b5b/?format=api"
        },
        {
            "id": "98019bde-fdbf-44ef-a389-f82848df6ae1",
            "gambit_id": "f2ec5866-a709-404b-afcf-c7c23440558b",
            "last_updated": "2023-04-18T12:12:09.252113-04:00",
            "created_at": "2023-04-16T18:16:47.669469-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4483755-679e-409c-9198-30b820a07b5b/?format=api"
        }
    ]
}