GET /api/bet_types/fc976c76-f21d-4068-b69f-17e02a74c835/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc976c76-f21d-4068-b69f-17e02a74c835",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b3de046-d4b1-4bab-8b96-7583373e100d/?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 Over 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "33bd9ad1-57d4-48e7-90ca-7542560e083a",
            "gambit_id": "88e6b5a0-8443-44c6-9f76-99c78c0a3cdb",
            "last_updated": "2022-12-05T15:52:12.599753-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc976c76-f21d-4068-b69f-17e02a74c835/?format=api"
        },
        {
            "id": "6ebc5e66-7a6d-4f8f-ac7a-17bd5b4ed249",
            "gambit_id": "b6b70869-f87f-444f-a635-0f1cf867e817",
            "last_updated": "2022-12-05T15:52:12.598641-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc976c76-f21d-4068-b69f-17e02a74c835/?format=api"
        }
    ]
}