GET /api/bet_types/7b0e46cc-ed5f-4066-bbe5-b37434a76ca4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b0e46cc-ed5f-4066-bbe5-b37434a76ca4",
    "match": "https://api-prod.gambitprofit.com/api/matches/781fa557-29e6-44b6-8fc3-0ea56a1e6c6b/?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 7.5",
                "amount": 5304.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "3fc53bc4-3a53-4a25-ad71-b16e8601e198",
            "gambit_id": "65f0fd1a-3b4a-41ac-ba12-92bc88622ec1",
            "last_updated": "2022-09-15T11:07:06.658854-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0e46cc-ed5f-4066-bbe5-b37434a76ca4/?format=api"
        },
        {
            "id": "161800f8-3526-4784-87c9-b88dd36a6bbe",
            "gambit_id": "66612108-2a14-410e-b03f-21dff87902e3",
            "last_updated": "2022-09-15T11:07:06.659863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0e46cc-ed5f-4066-bbe5-b37434a76ca4/?format=api"
        }
    ]
}