GET /api/bet_types/76b32569-1013-46cf-9265-fcaf43af5d28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76b32569-1013-46cf-9265-fcaf43af5d28",
    "match": "https://api-prod.gambitprofit.com/api/matches/83d64c0f-4bf3-4212-afa5-5fd3456c6531/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-28T08:48:03.267574-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 Under 9.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e2d0bea-7445-4577-85f6-b9e93bd0fa31",
            "gambit_id": "3b536cff-da8b-4431-962e-57ba7853a292",
            "last_updated": "2023-06-29T18:03:04.187586-04:00",
            "created_at": "2023-06-28T08:48:03.272130-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76b32569-1013-46cf-9265-fcaf43af5d28/?format=api"
        },
        {
            "id": "d195633b-75b9-42ab-ab4e-ac9549433201",
            "gambit_id": "dd962c55-8433-4e88-92d9-da9726f0188a",
            "last_updated": "2023-06-29T18:03:04.185219-04:00",
            "created_at": "2023-06-28T08:48:03.269768-04:00",
            "name": "Game Total Over 9.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76b32569-1013-46cf-9265-fcaf43af5d28/?format=api"
        }
    ]
}