GET /api/bet_types/b07138cf-dad5-4ed1-a616-3f233d12ec51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b07138cf-dad5-4ed1-a616-3f233d12ec51",
    "match": "https://api-prod.gambitprofit.com/api/matches/21e31e38-1b4d-40fe-b4fd-ba3ac84629bc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-10T09:58:02.889804-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": "Anaheim Ducks",
                "amount": 5784.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "d723bde5-6c73-4166-9d29-f3465939a6a5",
            "gambit_id": "9d429181-7c2a-4ca6-9cfa-0d747af2a51e",
            "last_updated": "2023-12-12T10:23:16.520916-05:00",
            "created_at": "2023-12-10T09:58:02.899767-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b07138cf-dad5-4ed1-a616-3f233d12ec51/?format=api"
        },
        {
            "id": "6b56f30f-e6a3-4051-9a14-3517dde667ae",
            "gambit_id": "ada10def-337f-473f-9baa-dc9b4b6d7ec0",
            "last_updated": "2023-12-12T10:23:16.517536-05:00",
            "created_at": "2023-12-10T09:58:02.894517-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b07138cf-dad5-4ed1-a616-3f233d12ec51/?format=api"
        }
    ]
}