GET /api/bet_types/97ddae82-03f6-44ab-aaa0-bab6b90026a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97ddae82-03f6-44ab-aaa0-bab6b90026a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b79f81b-0141-4e2c-80b6-e89f7ff6f773/?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 217",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 217",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "68be8587-01d7-44b5-b375-b89c00527b9d",
            "gambit_id": "651b005c-f2c8-47f0-821e-f33db11196cc",
            "last_updated": "2022-12-15T10:41:58.131150-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 217",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "217.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ddae82-03f6-44ab-aaa0-bab6b90026a2/?format=api"
        },
        {
            "id": "5eb364bb-c23b-48de-a86e-eba201e291ec",
            "gambit_id": "ffb33f55-f8bf-4401-a6c2-92bc9837f65f",
            "last_updated": "2022-12-15T10:41:58.130011-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 217",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "217.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ddae82-03f6-44ab-aaa0-bab6b90026a2/?format=api"
        }
    ]
}