GET /api/bet_types/5bfc1eb7-f4d5-435a-8cc3-a779768f515d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bfc1eb7-f4d5-435a-8cc3-a779768f515d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d0203cb-c2d7-43d2-a520-4c652ba23d9b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-11T08:48:22.351191-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "98992769-c2e7-4bec-aa14-c9d39b8fd67d",
            "gambit_id": "1dd01674-5af9-4030-8b63-437e5363a108",
            "last_updated": "2023-09-12T21:18:16.682468-04:00",
            "created_at": "2023-09-11T08:48:22.354695-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bfc1eb7-f4d5-435a-8cc3-a779768f515d/?format=api"
        },
        {
            "id": "79d1f070-52bd-4366-8a4f-b02ac66aebf1",
            "gambit_id": "03652f5c-6c72-4d79-8b7c-e59d28ee192d",
            "last_updated": "2023-09-12T21:18:16.685871-04:00",
            "created_at": "2023-09-11T08:48:22.358444-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bfc1eb7-f4d5-435a-8cc3-a779768f515d/?format=api"
        }
    ]
}