GET /api/bet_types/de2f2800-5fae-4691-9ad8-cdafc2a50f0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de2f2800-5fae-4691-9ad8-cdafc2a50f0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/513960b1-9014-4302-81f6-f962a2ed270e/?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 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea02c00e-f95e-490e-8b36-e551b6e04b88",
            "gambit_id": "8f1425c7-3c4b-423f-985b-b78e4b555a27",
            "last_updated": "2022-08-25T10:17:10.371673-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2f2800-5fae-4691-9ad8-cdafc2a50f0f/?format=api"
        },
        {
            "id": "6f7edc45-0115-4625-9f94-adfbff64070f",
            "gambit_id": "ffc0d4fe-6ab0-4876-8b15-b687eadaa92b",
            "last_updated": "2022-08-25T10:17:10.371158-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2f2800-5fae-4691-9ad8-cdafc2a50f0f/?format=api"
        }
    ]
}