GET /api/bet_types/fe1fa35e-3732-438c-8aa3-c789a10dc105/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe1fa35e-3732-438c-8aa3-c789a10dc105",
    "match": "https://api-prod.gambitprofit.com/api/matches/97172492-49f1-4669-921d-7c4dff7434ca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:17.836120-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": "New Orleans Saints",
                "amount": 5107.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d71a00e-fac9-4db7-924d-c77ffe90f17e",
            "gambit_id": "f9c1cb2a-4347-480c-9039-35bd67db9dc1",
            "last_updated": "2023-11-27T20:13:14.064984-05:00",
            "created_at": "2023-11-22T09:13:17.839894-05:00",
            "name": "New Orleans Saints",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe1fa35e-3732-438c-8aa3-c789a10dc105/?format=api"
        },
        {
            "id": "7ed3f7eb-6c65-4181-96c6-346501ae01c1",
            "gambit_id": "c341352c-4ba0-440c-90fa-32d7e001861b",
            "last_updated": "2023-11-27T20:13:14.069327-05:00",
            "created_at": "2023-11-22T09:13:17.843948-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe1fa35e-3732-438c-8aa3-c789a10dc105/?format=api"
        }
    ]
}