GET /api/bet_types/59f518cc-dacb-4c96-b25f-352563bca35f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59f518cc-dacb-4c96-b25f-352563bca35f",
    "match": "https://api-prod.gambitprofit.com/api/matches/480dc885-d436-4eb2-9787-f6b820174132/?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 70.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 70.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "193072ee-6366-4176-80dc-5b1868ebf89a",
            "gambit_id": "7da07039-4022-44b5-b501-39d03eebcbee",
            "last_updated": "2022-10-23T19:42:06.806913-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 70.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "70.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59f518cc-dacb-4c96-b25f-352563bca35f/?format=api"
        },
        {
            "id": "74c21a66-57e5-425a-9552-d7daaa1ac380",
            "gambit_id": "f16e319f-eb42-4bee-8aa8-005dff0edb19",
            "last_updated": "2022-10-23T19:42:06.808677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 70.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "70.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59f518cc-dacb-4c96-b25f-352563bca35f/?format=api"
        }
    ]
}