GET /api/bet_types/866e3faa-dd87-4f35-9798-feef01301b89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "866e3faa-dd87-4f35-9798-feef01301b89",
    "match": "https://api-prod.gambitprofit.com/api/matches/c627a2cb-482a-4f2e-859f-cfc0b1d3ee29/?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 44.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8517517-4506-4b62-8e39-8fdca9a3d9d4",
            "gambit_id": "9f48ce2a-b666-403e-b233-c3dab2493866",
            "last_updated": "2022-10-24T10:37:19.797608-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/866e3faa-dd87-4f35-9798-feef01301b89/?format=api"
        },
        {
            "id": "4382bad6-9aa7-4f46-9988-ea8bfacfc510",
            "gambit_id": "e23ed065-5704-43f6-b455-304df1c746dd",
            "last_updated": "2022-10-24T10:37:19.796499-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/866e3faa-dd87-4f35-9798-feef01301b89/?format=api"
        }
    ]
}