GET /api/bet_types/66bf0fe4-70fb-4135-a19d-1d7260fd1f70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66bf0fe4-70fb-4135-a19d-1d7260fd1f70",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae3bbfa6-66f5-4baa-b923-a535e7e30ce9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-18T08:53:10.175777-04: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 8.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "59f1dd26-47ee-40d6-b012-9d91b0eae8bc",
            "gambit_id": "7d3bf508-738f-4301-a686-f564c40f98ee",
            "last_updated": "2023-07-20T09:53:26.503945-04:00",
            "created_at": "2023-07-18T08:53:10.177135-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66bf0fe4-70fb-4135-a19d-1d7260fd1f70/?format=api"
        },
        {
            "id": "26daa929-8af1-4142-8585-6397407bdebb",
            "gambit_id": "d64dad16-5c71-4ee1-bf88-b5d3897a12e5",
            "last_updated": "2023-07-20T09:53:26.505288-04:00",
            "created_at": "2023-07-18T08:53:10.178592-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66bf0fe4-70fb-4135-a19d-1d7260fd1f70/?format=api"
        }
    ]
}