GET /api/bet_types/e316f4c0-c77e-439b-a52c-d2aee03a9f61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e316f4c0-c77e-439b-a52c-d2aee03a9f61",
    "match": "https://api-prod.gambitprofit.com/api/matches/adbe069a-b7b4-422a-8b97-19bd33ab1b73/?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": 5207.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "657751a1-7fa5-481f-8186-a1b653bdb2f9",
            "gambit_id": "a263d00b-e7c3-4add-9313-4b2db8af7ef4",
            "last_updated": "2022-09-21T16:11:56.294524-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e316f4c0-c77e-439b-a52c-d2aee03a9f61/?format=api"
        },
        {
            "id": "6b39fb10-5653-4459-bd80-4408f8e8e229",
            "gambit_id": "d195c5fd-b2f5-403d-a71b-2b89f73b0df0",
            "last_updated": "2022-09-21T16:11:56.295551-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e316f4c0-c77e-439b-a52c-d2aee03a9f61/?format=api"
        }
    ]
}