GET /api/bet_types/b81c2a6a-1d37-46e7-bb9b-d0a217add7c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b81c2a6a-1d37-46e7-bb9b-d0a217add7c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/90c669bb-6787-47de-85b4-1cafd0d24aca/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-04T09:43:05.990768-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "63dd9b95-56ed-425c-89b2-f58caa44d25d",
            "gambit_id": "38999b47-6496-4386-b68d-ced6822e1407",
            "last_updated": "2023-07-05T18:53:22.178031-04:00",
            "created_at": "2023-07-04T09:43:05.995089-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b81c2a6a-1d37-46e7-bb9b-d0a217add7c8/?format=api"
        },
        {
            "id": "8bd57d59-2f57-434c-b4af-5dd70c1856b4",
            "gambit_id": "b994e8e3-c3fa-46d7-affd-903614734389",
            "last_updated": "2023-07-05T18:53:22.175504-04:00",
            "created_at": "2023-07-04T09:43:05.992885-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b81c2a6a-1d37-46e7-bb9b-d0a217add7c8/?format=api"
        }
    ]
}