GET /api/bet_types/d98d911c-682f-43f5-9830-426e89943657/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d98d911c-682f-43f5-9830-426e89943657",
    "match": "https://api-prod.gambitprofit.com/api/matches/857733c0-5ee0-43f3-adf9-25823d348466/?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": "San Francisco 49ers",
                "amount": 5097.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "f184a524-9ad3-4e3f-8c66-c9b1bbdf2038",
            "gambit_id": "43483a36-c11a-4e1e-a457-a867fcb150b4",
            "last_updated": "2022-11-28T11:41:58.733815-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d98d911c-682f-43f5-9830-426e89943657/?format=api"
        },
        {
            "id": "e6ba4aec-ba00-4169-ac1a-671decdd5563",
            "gambit_id": "b2a8f670-2d01-48a3-a342-b916a2931805",
            "last_updated": "2022-11-28T11:41:58.734787-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d98d911c-682f-43f5-9830-426e89943657/?format=api"
        }
    ]
}