GET /api/bet_types/93265180-c7ed-4d10-95ad-88dc61f5c95f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93265180-c7ed-4d10-95ad-88dc61f5c95f",
    "match": "https://api-prod.gambitprofit.com/api/matches/634a36a5-f1f2-4d78-9c60-56b152e49661/?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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c38c9d5-534c-4e7f-a22c-1b133dadfeb0",
            "gambit_id": "88919859-1ff1-4b58-93d6-8a5f7fafe81a",
            "last_updated": "2022-12-10T14:17:16.933647-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93265180-c7ed-4d10-95ad-88dc61f5c95f/?format=api"
        },
        {
            "id": "0d379dff-7481-4f60-aa17-de440e364434",
            "gambit_id": "10050823-954b-4ca3-8c7a-8153a6283c27",
            "last_updated": "2022-12-10T14:17:16.932443-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93265180-c7ed-4d10-95ad-88dc61f5c95f/?format=api"
        }
    ]
}