GET /api/bet_types/b7a11248-b764-484c-a896-68f57c1a6e8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7a11248-b764-484c-a896-68f57c1a6e8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fb3cba1-b185-4b03-a3fd-519f33b9c2ea/?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",
                "amount": 5304.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "1c57d596-2a5f-426c-a4ce-93466e1d4f90",
            "gambit_id": "c0e28880-acd2-46cc-b8a9-2f43a31355fe",
            "last_updated": "2022-09-19T09:27:01.387338-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a11248-b764-484c-a896-68f57c1a6e8e/?format=api"
        },
        {
            "id": "627d95e5-48c5-4bb4-b81d-873720dad58b",
            "gambit_id": "55a3127a-8234-48ee-be56-de6d8b3c3168",
            "last_updated": "2022-09-19T09:27:01.388366-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a11248-b764-484c-a896-68f57c1a6e8e/?format=api"
        }
    ]
}