GET /api/bet_types/b5b79635-f32c-4d4e-81c8-534919b13909/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5b79635-f32c-4d4e-81c8-534919b13909",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bee6872-f9f3-48e0-92c7-b3ebf23238bd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-26T13:37:01.089409-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": "Nashville Predators",
                "amount": 5939.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ea9eb08-2ed0-4db7-921f-4b6535dcce2d",
            "gambit_id": "36fcc90e-6283-44b8-9b5b-36fc2140c92f",
            "last_updated": "2023-03-28T11:21:59.508819-04:00",
            "created_at": "2023-03-26T13:37:01.091671-04:00",
            "name": "Nashville Predators",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5b79635-f32c-4d4e-81c8-534919b13909/?format=api"
        },
        {
            "id": "424b4e47-9f07-4125-ab66-d60a68325014",
            "gambit_id": "3df2c8c2-c1b2-4d8f-9945-35fd21863635",
            "last_updated": "2023-03-28T11:21:59.511730-04:00",
            "created_at": "2023-03-26T13:37:01.094280-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5b79635-f32c-4d4e-81c8-534919b13909/?format=api"
        }
    ]
}