GET /api/bet_types/2beecb85-59b8-4616-a41d-7f092c724720/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2beecb85-59b8-4616-a41d-7f092c724720",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b888a4d-bd21-47d6-a6d0-956b58ee0f67/?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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c562d002-5a7c-4e34-8147-44b9f51c6918",
            "gambit_id": "5f399331-092b-408e-9b82-8b04bc0b0884",
            "last_updated": "2022-12-05T15:32:07.655913-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2beecb85-59b8-4616-a41d-7f092c724720/?format=api"
        },
        {
            "id": "a8860a77-6e70-4853-b1bc-cf41c57ef157",
            "gambit_id": "ad313518-aad1-4999-9ee6-1eca0ca3cb99",
            "last_updated": "2022-12-05T15:32:07.654655-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2beecb85-59b8-4616-a41d-7f092c724720/?format=api"
        }
    ]
}