GET /api/bet_types/ee96437f-523c-4387-a8fa-54f58ba1ee29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee96437f-523c-4387-a8fa-54f58ba1ee29",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c42de16-4d04-433f-9e02-74db0ed96c94/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Minnesota Wild",
                "amount": 6920.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3080.0
            }
        ],
        "expected_reward_tokens": 9548.0,
        "profit_sb": 48.0,
        "profit_sb_percentage": 0.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5fb6c97-2519-4d4c-86de-7cfd9e64f1aa",
            "gambit_id": "a0c1cb31-9c29-4ea8-863b-92a6018d40bc",
            "last_updated": "2022-10-18T09:12:07.600167-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee96437f-523c-4387-a8fa-54f58ba1ee29/?format=api"
        },
        {
            "id": "d872cd5a-3c1b-4cdc-9d53-794a6d2ebf35",
            "gambit_id": "576db775-ee61-43d0-b179-dc259fa5292f",
            "last_updated": "2022-10-18T09:12:07.601151-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "3.10000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee96437f-523c-4387-a8fa-54f58ba1ee29/?format=api"
        }
    ]
}