GET /api/bet_types/c07d8dac-6e5d-471d-926d-f14e46006111/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c07d8dac-6e5d-471d-926d-f14e46006111",
    "match": "https://api-prod.gambitprofit.com/api/matches/7109afcf-0668-402b-93b8-725dea376594/?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 56.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 56.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "35cde0d9-f0f6-4117-8d8a-eb7252f9beb9",
            "gambit_id": "ecb5c768-8c92-460a-85fa-efb113253951",
            "last_updated": "2022-10-17T09:37:12.113523-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c07d8dac-6e5d-471d-926d-f14e46006111/?format=api"
        },
        {
            "id": "92838b9c-949a-44a5-a7fd-3ad3ca8844f0",
            "gambit_id": "ca1c7fcf-9421-405c-a9c6-cfb7ed4f9ab1",
            "last_updated": "2022-10-17T09:37:12.114714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c07d8dac-6e5d-471d-926d-f14e46006111/?format=api"
        }
    ]
}