GET /api/bet_types/3291b28c-50c0-45e9-9e73-809638277e17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3291b28c-50c0-45e9-9e73-809638277e17",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a1d4df5-1430-4807-95ad-4673045734b7/?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 9",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "93454d28-c034-4c21-b5f8-fce63c73a19e",
            "gambit_id": "d48e337e-6935-407f-9dbe-4684b0522ff6",
            "last_updated": "2022-08-16T14:02:17.287622-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3291b28c-50c0-45e9-9e73-809638277e17/?format=api"
        },
        {
            "id": "8f9c2b16-7569-48b9-b8e7-1919f0ff0340",
            "gambit_id": "65a3437b-8c66-417a-9e20-d70d8902a2b8",
            "last_updated": "2022-08-16T14:02:17.286894-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3291b28c-50c0-45e9-9e73-809638277e17/?format=api"
        }
    ]
}