GET /api/bet_types/46c37a11-5296-4345-9882-177df558bf76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46c37a11-5296-4345-9882-177df558bf76",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c97e062-b932-4469-95d6-226bcd2f2281/?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 Under 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6a4c2e0-5e95-4f93-bb53-fe8c224db895",
            "gambit_id": "4d4200d3-200b-495d-97a5-3ae8a031282d",
            "last_updated": "2022-11-05T09:28:15.712361-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c37a11-5296-4345-9882-177df558bf76/?format=api"
        },
        {
            "id": "4c7727c6-85ee-4a65-9abf-10cdfc301215",
            "gambit_id": "c8986ca8-f7ce-4a90-b62d-ad42fd8931f1",
            "last_updated": "2022-11-05T09:28:15.713595-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c37a11-5296-4345-9882-177df558bf76/?format=api"
        }
    ]
}