GET /api/bet_types/e9bff6d0-4c0e-4a85-8279-0b2562260f7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9bff6d0-4c0e-4a85-8279-0b2562260f7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0f4b82e-3cd6-4fd8-94a8-8aeace4c6585/?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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "731afbae-3418-4c51-9978-1cdb1b72a125",
            "gambit_id": "24c13fdc-910a-4573-95df-72d1b679b84a",
            "last_updated": "2022-09-19T11:42:07.030714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 38.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9bff6d0-4c0e-4a85-8279-0b2562260f7e/?format=api"
        },
        {
            "id": "ca9b08cc-d5bf-4d01-a7ce-28179ba4bb8a",
            "gambit_id": "3a394f37-027c-4c66-850e-985d49b9090b",
            "last_updated": "2022-09-19T11:42:07.032676-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 38.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9bff6d0-4c0e-4a85-8279-0b2562260f7e/?format=api"
        }
    ]
}