GET /api/bet_types/9a558285-ed02-49e0-a851-29eed9e49ae8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a558285-ed02-49e0-a851-29eed9e49ae8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac2dacfe-fa21-40ac-a0c3-ca638f4afa6c/?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 237.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b777f25b-3536-4ab2-bbee-12bf122d5e31",
            "gambit_id": "48a111fb-e67d-41a9-a18f-31a2e1dbcc8c",
            "last_updated": "2022-11-28T13:57:14.712170-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 237.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a558285-ed02-49e0-a851-29eed9e49ae8/?format=api"
        },
        {
            "id": "d6b3a447-3a4b-4bc2-8dd3-6d205a7418ee",
            "gambit_id": "03b18575-09f8-4245-99a4-48336df0230e",
            "last_updated": "2022-11-28T13:57:14.710854-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 237.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a558285-ed02-49e0-a851-29eed9e49ae8/?format=api"
        }
    ]
}