GET /api/bet_types/fb3d1477-7315-48be-ab7a-1df19af5105a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb3d1477-7315-48be-ab7a-1df19af5105a",
    "match": "https://api-prod.gambitprofit.com/api/matches/81396461-c8c5-47cc-9a5c-54e9fa4c207d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-29T23:47:15.140381-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e652751-959f-4797-82fe-fc72c1448a25",
            "gambit_id": "86ca1b56-f09d-4450-aa25-ea7630c7a725",
            "last_updated": "2023-03-31T10:27:27.005294-04:00",
            "created_at": "2023-03-29T23:47:15.146531-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb3d1477-7315-48be-ab7a-1df19af5105a/?format=api"
        },
        {
            "id": "a502cfaf-2143-4cfb-a0f1-2b220986ae57",
            "gambit_id": "60824443-41b4-4046-ad08-1fc3f762aa92",
            "last_updated": "2023-03-31T10:27:27.002863-04:00",
            "created_at": "2023-03-29T23:47:15.143587-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb3d1477-7315-48be-ab7a-1df19af5105a/?format=api"
        }
    ]
}