GET /api/bet_types/e9767c48-d041-4247-ba49-3f4ae31650e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9767c48-d041-4247-ba49-3f4ae31650e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/25d40b51-acdf-48e4-a44e-9f13f146eff1/?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": "Total Rounds Over 2.5",
                "amount": 6479.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3521.0
            }
        ],
        "expected_reward_tokens": 9329.76,
        "profit_sb": -170.24,
        "profit_sb_percentage": -1.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "95b71d66-ab9b-4fa1-ac73-9f85053729db",
            "gambit_id": "1e9cef9a-59e1-4f28-a65b-4840a4cd1873",
            "last_updated": "2022-10-24T10:22:23.125590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9767c48-d041-4247-ba49-3f4ae31650e0/?format=api"
        },
        {
            "id": "b1646890-1f4a-43f8-8856-c214fe822676",
            "gambit_id": "7aff385e-96ef-4848-8547-dc7c119d0a9f",
            "last_updated": "2022-10-24T10:22:23.124434-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9767c48-d041-4247-ba49-3f4ae31650e0/?format=api"
        }
    ]
}