GET /api/bet_types/fe46d03b-bf25-4c77-bfd1-1987951b21b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe46d03b-bf25-4c77-bfd1-1987951b21b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/121774fb-b915-4ca5-a61e-2ae765d99ee8/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 6.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1802f7f-d736-4876-bb07-9121469be117",
            "gambit_id": "8a899b61-093d-46d1-b590-f2a267efa422",
            "last_updated": "2022-11-03T09:58:46.274934-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe46d03b-bf25-4c77-bfd1-1987951b21b6/?format=api"
        },
        {
            "id": "40738480-6431-48bf-9ba2-2f3e619fd057",
            "gambit_id": "c9f94b83-4f1d-4621-887c-89d1a566f00d",
            "last_updated": "2022-11-03T09:58:46.276043-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe46d03b-bf25-4c77-bfd1-1987951b21b6/?format=api"
        }
    ]
}