GET /api/bet_types/b46b9f58-fb1f-457d-9874-d47a65e39841/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b46b9f58-fb1f-457d-9874-d47a65e39841",
    "match": "https://api-prod.gambitprofit.com/api/matches/7275854f-6e0d-407b-ad64-114e3c90b574/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-05T09:22:20.672779-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": 5317.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "e03507f9-43db-435b-83cd-516544b40cb3",
            "gambit_id": "edf663a6-769c-41ec-8984-4e8695e5aab3",
            "last_updated": "2023-04-12T12:31:48.766877-04:00",
            "created_at": "2023-04-05T09:22:20.679957-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b46b9f58-fb1f-457d-9874-d47a65e39841/?format=api"
        },
        {
            "id": "255f70a8-8003-43e9-9837-762abc54e105",
            "gambit_id": "37e9c107-fd39-4a45-b5d3-b79aae1a2cfd",
            "last_updated": "2023-04-12T12:31:48.764714-04:00",
            "created_at": "2023-04-05T09:22:20.676773-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b46b9f58-fb1f-457d-9874-d47a65e39841/?format=api"
        }
    ]
}