GET /api/bet_types/73f18708-dbf4-4983-8703-286fc544568e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73f18708-dbf4-4983-8703-286fc544568e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e6ceaff-0b9c-4e41-b88e-99d28a7e3d26/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-07T08:38:24.711596-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 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "d398bbba-c3e7-4eaf-bf92-630c9237e119",
            "gambit_id": "ab9338f3-e84d-43b9-ab75-c2e2140d384f",
            "last_updated": "2023-11-10T12:58:34.874287-05:00",
            "created_at": "2023-11-07T08:38:24.719604-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73f18708-dbf4-4983-8703-286fc544568e/?format=api"
        },
        {
            "id": "88ebf074-2e57-4ad1-8805-82b158bc7f81",
            "gambit_id": "55ad79ce-95f5-4ffa-9b44-b0a76dd7b033",
            "last_updated": "2023-11-10T12:58:34.871175-05:00",
            "created_at": "2023-11-07T08:38:24.715118-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73f18708-dbf4-4983-8703-286fc544568e/?format=api"
        }
    ]
}