GET /api/bet_types/c031f723-ed4b-43c9-939f-9c28d8192055/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c031f723-ed4b-43c9-939f-9c28d8192055",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6e28fcc-7e69-4cee-8aed-1decee4186c5/?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": 5208.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e42aaf2-ab59-4d85-98ae-12a7f1ff89e0",
            "gambit_id": "f97fbf52-7029-464a-a41f-5b97fe4ee7f5",
            "last_updated": "2022-11-07T09:02:43.155719-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c031f723-ed4b-43c9-939f-9c28d8192055/?format=api"
        },
        {
            "id": "95d2c272-6b0b-46ff-ac5b-52143fdd98fc",
            "gambit_id": "15a93fb2-3eb7-4763-aa51-130d73f7dd2a",
            "last_updated": "2022-11-07T09:02:43.154532-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c031f723-ed4b-43c9-939f-9c28d8192055/?format=api"
        }
    ]
}