GET /api/bet_types/49aa8d35-94f3-4f7f-aa7f-4791f55d4f12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49aa8d35-94f3-4f7f-aa7f-4791f55d4f12",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccaad5d5-ad33-443b-846a-54a82d3c9215/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-05T09:32:58.284816-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 218",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 218",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "07c37b51-8900-42c5-80dd-f5ffbf4b2bb5",
            "gambit_id": "d2ffcc63-8121-4ec1-bf00-9cb1ac2eb59d",
            "last_updated": "2024-01-08T14:43:15.443216-05:00",
            "created_at": "2024-01-05T09:32:58.288675-05:00",
            "name": "Game Total Over 218",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49aa8d35-94f3-4f7f-aa7f-4791f55d4f12/?format=api"
        },
        {
            "id": "bb47de76-31b0-42be-9b93-b2f17152f967",
            "gambit_id": "41db60b6-6e33-48a9-baf1-6ce2e0737bd1",
            "last_updated": "2024-01-08T14:43:15.446912-05:00",
            "created_at": "2024-01-05T09:32:58.292458-05:00",
            "name": "Game Total Under 218",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49aa8d35-94f3-4f7f-aa7f-4791f55d4f12/?format=api"
        }
    ]
}