GET /api/bet_types/756cc8c9-d21b-40ba-9b66-92e4de944c59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "756cc8c9-d21b-40ba-9b66-92e4de944c59",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0a5d4d5-6f29-4569-beff-260ccc1593d9/?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 7.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb6a15a8-1567-45c6-aa67-15085a3d1f11",
            "gambit_id": "6d459f19-b757-4337-9f24-06fb2cdd7067",
            "last_updated": "2022-08-14T13:36:50.023543-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/756cc8c9-d21b-40ba-9b66-92e4de944c59/?format=api"
        },
        {
            "id": "45256285-e5ad-479f-90cf-5c1cfe3b5003",
            "gambit_id": "3e5ca5eb-ea69-4728-8070-c2bcd5e14daf",
            "last_updated": "2022-08-14T13:36:50.023034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/756cc8c9-d21b-40ba-9b66-92e4de944c59/?format=api"
        }
    ]
}