GET /api/bet_types/80960c26-be2c-4402-89fd-d81a1e171174/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80960c26-be2c-4402-89fd-d81a1e171174",
    "match": "https://api-prod.gambitprofit.com/api/matches/9224d8c2-d4cf-4b20-9cb5-179aed4adde9/?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 8",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "be16f790-d37b-4e82-a5a1-f2ed07e4684e",
            "gambit_id": "9fdd5369-0963-4c88-bc17-103542545612",
            "last_updated": "2022-09-06T10:02:05.282233-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80960c26-be2c-4402-89fd-d81a1e171174/?format=api"
        },
        {
            "id": "43e3bdf0-7a6d-4b28-acf8-e9f11600ce10",
            "gambit_id": "81ef8bef-eef3-472f-9b65-6b543fc49c03",
            "last_updated": "2022-09-06T10:02:05.281008-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80960c26-be2c-4402-89fd-d81a1e171174/?format=api"
        }
    ]
}