GET /api/bet_types/d9e893ee-450f-489d-a2b6-2786b64ce174/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9e893ee-450f-489d-a2b6-2786b64ce174",
    "match": "https://api-prod.gambitprofit.com/api/matches/e68e3bab-8496-4800-a519-e7977b5dc876/?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 49.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 49.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb6f911e-29f7-486d-9184-c5d65cddd1ee",
            "gambit_id": "e369e0c0-bd42-436b-894f-ebbea4708203",
            "last_updated": "2022-09-25T21:32:24.675571-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9e893ee-450f-489d-a2b6-2786b64ce174/?format=api"
        },
        {
            "id": "93cacec4-f182-41a7-acbb-af73b9910e77",
            "gambit_id": "4c5d8352-4743-4854-8de8-0861a6ad2923",
            "last_updated": "2022-09-25T21:32:24.674552-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9e893ee-450f-489d-a2b6-2786b64ce174/?format=api"
        }
    ]
}