GET /api/bet_types/8298ce1c-e172-48f1-aa4a-83c25976e525/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8298ce1c-e172-48f1-aa4a-83c25976e525",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c1538a6-e85c-4b03-82e2-5f18b0191fb3/?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 219.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 219.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3304be4a-ae2f-43a5-a595-30346a594d7b",
            "gambit_id": "275b0bf9-2baa-42d5-8b0e-8cd09f0d07ea",
            "last_updated": "2022-11-08T10:57:04.224772-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 219.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8298ce1c-e172-48f1-aa4a-83c25976e525/?format=api"
        },
        {
            "id": "7b84080f-581d-4c54-b228-0f5fb959da11",
            "gambit_id": "b191138a-58cd-4eeb-848c-cc21edc96146",
            "last_updated": "2022-11-08T10:57:04.225834-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 219.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8298ce1c-e172-48f1-aa4a-83c25976e525/?format=api"
        }
    ]
}