GET /api/bet_types/c873240d-dbbb-46f2-88b2-35b70acae887/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c873240d-dbbb-46f2-88b2-35b70acae887",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd7e360-09ca-4c19-b4d1-3717b9651715/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T11:02:23.324945-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": "Game Total Under 2.5",
                "amount": 5054.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4946.0
            }
        ],
        "expected_reward_tokens": 9198.28,
        "profit_sb": -301.72,
        "profit_sb_percentage": -3.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "664ca5d1-2c69-4365-bce1-6d26aa741005",
            "gambit_id": "457531b6-bed3-43f2-9915-1c02cc865568",
            "last_updated": "2023-04-03T10:22:14.839821-04:00",
            "created_at": "2023-03-31T11:02:23.326282-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c873240d-dbbb-46f2-88b2-35b70acae887/?format=api"
        },
        {
            "id": "d63552a4-f303-4520-aa7c-dd172e772ecc",
            "gambit_id": "54dcc9d4-5a05-4f3c-bfb0-7e780f2fae74",
            "last_updated": "2023-04-03T10:22:14.841503-04:00",
            "created_at": "2023-03-31T11:02:23.327739-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c873240d-dbbb-46f2-88b2-35b70acae887/?format=api"
        }
    ]
}