GET /api/bet_types/c75f5158-f087-4ca9-8066-df7c86fcf8af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c75f5158-f087-4ca9-8066-df7c86fcf8af",
    "match": "https://api-prod.gambitprofit.com/api/matches/3de22f5a-4327-4433-bc21-f3cdaf40c94a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "41999482-f69e-466d-8724-d4a9df86ba2d",
            "gambit_id": "502b2bf3-fb7f-4535-a282-b3b38a7e0fb8",
            "last_updated": "2022-10-04T13:12:06.753156-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c75f5158-f087-4ca9-8066-df7c86fcf8af/?format=api"
        },
        {
            "id": "1fa21170-3de9-438c-85e7-523761a25247",
            "gambit_id": "e219067d-b9ec-4cbc-a69f-73827dc486b7",
            "last_updated": "2022-10-04T13:12:06.754309-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c75f5158-f087-4ca9-8066-df7c86fcf8af/?format=api"
        }
    ]
}