GET /api/bet_types/f5e95f09-7c80-469c-8d90-81d48492816a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5e95f09-7c80-469c-8d90-81d48492816a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1c67fa3-6a82-497d-99d0-34a52f3a7bfe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T09:38:23.135600-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "77b59e89-57ee-4182-9bfc-11532982770a",
            "gambit_id": "9cf4b1c9-5983-4dec-aef3-b259f46f6fe9",
            "last_updated": "2023-08-12T18:18:08.980265-04:00",
            "created_at": "2023-08-11T09:38:23.143417-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5e95f09-7c80-469c-8d90-81d48492816a/?format=api"
        },
        {
            "id": "c7387d54-36b1-48b2-b102-bc9e80bbc398",
            "gambit_id": "5af4c44b-7169-4e54-a802-1fc0db3a03c0",
            "last_updated": "2023-08-12T18:18:08.983797-04:00",
            "created_at": "2023-08-11T09:38:23.157965-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5e95f09-7c80-469c-8d90-81d48492816a/?format=api"
        }
    ]
}