GET /api/bet_types/e9ab29f8-921b-4d6a-8973-9439f6160c6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9ab29f8-921b-4d6a-8973-9439f6160c6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/97aa374a-903f-4a12-a519-ab19b8ebdad1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-26T08:46:57.718406-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "66d6d3c2-a8db-42bd-bba2-9d550fa97a80",
            "gambit_id": "6271cdbc-052e-47fd-9bd3-83796256b8a9",
            "last_updated": "2023-02-28T12:37:06.144907-05:00",
            "created_at": "2023-02-26T08:46:57.719645-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9ab29f8-921b-4d6a-8973-9439f6160c6c/?format=api"
        },
        {
            "id": "df8b87b2-355a-445b-b1a8-cd02889494c0",
            "gambit_id": "fc532292-3eb6-4003-9d9e-fd0c81c7faed",
            "last_updated": "2023-02-28T12:37:06.146039-05:00",
            "created_at": "2023-02-26T08:46:57.720941-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9ab29f8-921b-4d6a-8973-9439f6160c6c/?format=api"
        }
    ]
}