GET /api/bet_types/014f99e6-54ae-4af0-892d-b600877e1f89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "014f99e6-54ae-4af0-892d-b600877e1f89",
    "match": "https://api-prod.gambitprofit.com/api/matches/044220c1-5af3-4179-9887-3109b6b04767/?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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "87d5a6b5-c190-4c19-aa1c-94de964620a4",
            "gambit_id": "7686837f-87d5-42b7-aa55-7d47882cde23",
            "last_updated": "2022-10-24T11:56:49.399409-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/014f99e6-54ae-4af0-892d-b600877e1f89/?format=api"
        },
        {
            "id": "31055ef2-cdbc-442c-b024-8d7bb574766e",
            "gambit_id": "5251f7c8-b9b8-437b-8573-a363bfcca703",
            "last_updated": "2022-10-24T11:56:49.398280-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/014f99e6-54ae-4af0-892d-b600877e1f89/?format=api"
        }
    ]
}