GET /api/bet_types/71e72514-cd76-42e5-9d37-718410f9c872/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71e72514-cd76-42e5-9d37-718410f9c872",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ff2ae00-39b0-4c32-ba27-1e695fa9a81c/?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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd1d6e6e-6605-44dc-bb85-12d65b60553f",
            "gambit_id": "d71fdc6c-688f-4063-92b2-483887d38e46",
            "last_updated": "2022-09-01T10:42:01.249912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71e72514-cd76-42e5-9d37-718410f9c872/?format=api"
        },
        {
            "id": "c3bfa536-ae6c-4fd5-b4b2-4168c4ee2c75",
            "gambit_id": "9d86cc88-ca31-4a31-9502-aaf875133559",
            "last_updated": "2022-09-01T10:42:01.250894-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71e72514-cd76-42e5-9d37-718410f9c872/?format=api"
        }
    ]
}