GET /api/bet_types/8393fa85-38b7-44d3-b9a1-b32696ff23cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8393fa85-38b7-44d3-b9a1-b32696ff23cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/12efaae4-b424-4a65-b5df-692397761284/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-06T08:13:21.804714-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 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f83bb14a-2d31-4daf-a087-3881fbb9aa8f",
            "gambit_id": "f1bf1083-3cee-425f-b722-61e299696d81",
            "last_updated": "2023-11-07T21:03:27.653490-05:00",
            "created_at": "2023-11-06T08:13:21.808274-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8393fa85-38b7-44d3-b9a1-b32696ff23cb/?format=api"
        },
        {
            "id": "f359431d-9d76-4ed6-8119-4b671028597d",
            "gambit_id": "c4ceecad-389a-4fad-92b0-e8c2be6f9106",
            "last_updated": "2023-11-07T21:03:27.657672-05:00",
            "created_at": "2023-11-06T08:13:21.812873-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8393fa85-38b7-44d3-b9a1-b32696ff23cb/?format=api"
        }
    ]
}