GET /api/bet_types/82aa56bb-05a9-4975-bf98-e23aa0e720a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82aa56bb-05a9-4975-bf98-e23aa0e720a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/35d3281e-f43c-49bd-b013-e09351a28dd3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-26T11:58:17.646437-05: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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f4153c5-a496-4b51-b1af-96e5d34b3b5b",
            "gambit_id": "d28d64f3-04f6-4a31-9bcc-33ba3f03c583",
            "last_updated": "2023-12-27T13:17:59.410915-05:00",
            "created_at": "2023-12-26T11:58:17.651958-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82aa56bb-05a9-4975-bf98-e23aa0e720a7/?format=api"
        },
        {
            "id": "5a3e81b0-8fc7-4d57-a548-ddcacdb27873",
            "gambit_id": "569537ac-8103-4d1a-af0a-789ca32ce7f1",
            "last_updated": "2023-12-27T13:17:59.414242-05:00",
            "created_at": "2023-12-26T11:58:17.658065-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82aa56bb-05a9-4975-bf98-e23aa0e720a7/?format=api"
        }
    ]
}