GET /api/bet_types/cc0fc9b7-99dc-49eb-8485-ea12018f2a5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc0fc9b7-99dc-49eb-8485-ea12018f2a5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6e21613-377c-42d7-9530-cf87ac71732c/?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": "Los Angeles Kings",
                "amount": 5696.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "960b5eb4-525f-4ea4-bd0f-631e99067540",
            "gambit_id": "f7f6b86e-5d99-4155-85d9-11c9724cf1f0",
            "last_updated": "2022-10-21T21:02:24.972962-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc0fc9b7-99dc-49eb-8485-ea12018f2a5e/?format=api"
        },
        {
            "id": "4cac34a5-7374-40d5-8c97-05a9139443f4",
            "gambit_id": "8ee7e8b6-98b8-4f21-acfe-e814a75ae45d",
            "last_updated": "2022-10-21T21:02:24.971897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc0fc9b7-99dc-49eb-8485-ea12018f2a5e/?format=api"
        }
    ]
}