GET /api/bet_types/3486a125-9977-4b76-acc5-64499eb84e5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3486a125-9977-4b76-acc5-64499eb84e5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe5890b5-2216-468e-9275-9a8bad2bcd18/?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 2.5",
                "amount": 5363.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4637.0
            }
        ],
        "expected_reward_tokens": 8902.58,
        "profit_sb": -97.42,
        "profit_sb_percentage": -1.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "75fb9308-cf0d-48ed-8d14-5023456310ad",
            "gambit_id": "1b67f667-3829-4cca-9ca1-7d966b9a7dda",
            "last_updated": "2022-10-03T18:37:18.913457-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.66000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3486a125-9977-4b76-acc5-64499eb84e5a/?format=api"
        },
        {
            "id": "1d75d176-0b63-45e1-a9ea-97adc793b236",
            "gambit_id": "8befa56e-56cf-4e38-bedc-4fa64addbf08",
            "last_updated": "2022-10-03T18:37:18.914632-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3486a125-9977-4b76-acc5-64499eb84e5a/?format=api"
        }
    ]
}