GET /api/bet_types/33c12e4a-c306-454e-9a84-0b91b52b21eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33c12e4a-c306-454e-9a84-0b91b52b21eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/20e07b72-fb52-45b2-ac50-ce5bac9837e5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:17.051779-04: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 Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "562a77b2-d284-450e-99da-7c7af1415b44",
            "gambit_id": "dbc6d996-0814-4a9f-8857-a46ed4d87435",
            "last_updated": "2023-11-03T10:28:04.126809-04:00",
            "created_at": "2023-11-01T09:08:17.057464-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33c12e4a-c306-454e-9a84-0b91b52b21eb/?format=api"
        },
        {
            "id": "c9b67417-2c95-420c-8e91-9a83af9f2132",
            "gambit_id": "c5b1504a-ab8b-43d7-8281-24e99dda457e",
            "last_updated": "2023-11-03T10:28:04.130863-04:00",
            "created_at": "2023-11-01T09:08:17.063183-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33c12e4a-c306-454e-9a84-0b91b52b21eb/?format=api"
        }
    ]
}