GET /api/bet_types/7b81f767-be88-4186-a907-854323c71157/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b81f767-be88-4186-a907-854323c71157",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b8606ae-9102-49d5-acb3-48a84ec1e760/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-01T09:26:46.446214-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 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f361a6d-3a73-4f53-b288-b10bc078c9ac",
            "gambit_id": "d9e7524d-06e5-42ba-9311-d9f1b195a335",
            "last_updated": "2023-02-02T15:41:59.465095-05:00",
            "created_at": "2023-02-01T09:26:46.447537-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b81f767-be88-4186-a907-854323c71157/?format=api"
        },
        {
            "id": "cf872da8-3083-4a6d-adc3-8c3c3bfe8967",
            "gambit_id": "a0920537-ca34-4ea6-8d5e-558321434722",
            "last_updated": "2023-02-02T15:41:59.466328-05:00",
            "created_at": "2023-02-01T09:26:46.448872-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b81f767-be88-4186-a907-854323c71157/?format=api"
        }
    ]
}