GET /api/bet_types/09b2da82-a3e4-4e4e-bb55-550048fd4d53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09b2da82-a3e4-4e4e-bb55-550048fd4d53",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ae67b2f-0c76-492e-8569-47ff6e0b8e0a/?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 Over 6.5",
                "amount": 5304.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea566c9e-fef9-49ac-81cd-5a97f1dabfdb",
            "gambit_id": "2995025f-a666-4d40-a6c8-0d45ab95fec8",
            "last_updated": "2022-09-20T16:02:06.899541-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09b2da82-a3e4-4e4e-bb55-550048fd4d53/?format=api"
        },
        {
            "id": "6f88f9ed-9d43-453b-8641-79ae014607ec",
            "gambit_id": "1782bd47-06af-490e-9749-08cc28d5781b",
            "last_updated": "2022-09-20T16:02:06.898549-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09b2da82-a3e4-4e4e-bb55-550048fd4d53/?format=api"
        }
    ]
}