GET /api/bet_types/e6da8d47-8cac-4397-91b8-d4660a8a4187/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6da8d47-8cac-4397-91b8-d4660a8a4187",
    "match": "https://api-prod.gambitprofit.com/api/matches/d03118da-0826-410f-a37f-82f69bfbb289/?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": "New England Patriots",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bears",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a219ab4a-3923-4ca9-a2ac-93b76b303e49",
            "gambit_id": "fd458ab6-63ca-4b00-9bd3-3dd9fa04936b",
            "last_updated": "2022-10-25T10:02:02.128547-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6da8d47-8cac-4397-91b8-d4660a8a4187/?format=api"
        },
        {
            "id": "112eae59-f941-4fc5-bc67-f82d1f303945",
            "gambit_id": "8d97ce17-9538-48e2-9c3c-747e27822b67",
            "last_updated": "2022-10-25T10:02:02.129509-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6da8d47-8cac-4397-91b8-d4660a8a4187/?format=api"
        }
    ]
}