GET /api/bet_types/baab3125-d44a-4ca9-a366-b76d9fc61ed0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "baab3125-d44a-4ca9-a366-b76d9fc61ed0",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c76ad10-f5f1-46bf-baae-49404c0e4130/?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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "70c04830-1ff6-4db3-a0b5-706efa1a50cd",
            "gambit_id": "e62e84b6-4f20-4d87-b6d4-91308dc111fd",
            "last_updated": "2022-10-31T12:02:14.072756-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/baab3125-d44a-4ca9-a366-b76d9fc61ed0/?format=api"
        },
        {
            "id": "570edecc-6df9-4b16-ae3d-83354b3eddab",
            "gambit_id": "373aa9ff-303f-4395-beee-1c31ec886cb1",
            "last_updated": "2022-10-31T12:02:14.073900-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/baab3125-d44a-4ca9-a366-b76d9fc61ed0/?format=api"
        }
    ]
}