GET /api/bet_types/3a6c91e3-36fe-46ec-ba75-5b397ac5327a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a6c91e3-36fe-46ec-ba75-5b397ac5327a",
    "match": "https://api-prod.gambitprofit.com/api/matches/593b8cee-d15b-4efb-b9f9-339a6616eeea/?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 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae8fbcb0-a2ec-406d-9500-b6936c3b7a43",
            "gambit_id": "16be57bb-659d-4383-8ca9-f7d5371b8d83",
            "last_updated": "2022-11-29T09:52:05.399348-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 234",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6c91e3-36fe-46ec-ba75-5b397ac5327a/?format=api"
        },
        {
            "id": "af152c2c-3d00-4859-a7c5-ac6266f8f80c",
            "gambit_id": "37609dc6-9299-4ebf-84bf-285c7f7e2774",
            "last_updated": "2022-11-29T09:52:05.400312-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 234",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6c91e3-36fe-46ec-ba75-5b397ac5327a/?format=api"
        }
    ]
}