GET /api/bet_types/000acceb-5463-40b6-9bdf-5c321faee523/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "000acceb-5463-40b6-9bdf-5c321faee523",
    "match": "https://api-prod.gambitprofit.com/api/matches/500a095e-fcbd-4c52-b700-a94dacb9f564/?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 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "aee266c7-9b42-40cf-8546-36b17cc36852",
            "gambit_id": "122232d5-7813-4eb6-84ef-2f95e5eeb2bd",
            "last_updated": "2022-10-11T11:32:05.677509-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/000acceb-5463-40b6-9bdf-5c321faee523/?format=api"
        },
        {
            "id": "d8d80815-58e5-4e4e-9f50-5ae03cc257a7",
            "gambit_id": "1bc6c7de-4ff2-4b0f-91cd-9169aa1ba849",
            "last_updated": "2022-10-11T11:32:05.678654-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/000acceb-5463-40b6-9bdf-5c321faee523/?format=api"
        }
    ]
}