GET /api/bet_types/ca8c2500-dcf7-46b7-a2e1-fda0a37091ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca8c2500-dcf7-46b7-a2e1-fda0a37091ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/13818d80-3937-4d2f-87a0-6564bf2d0b0a/?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 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2575501f-5b32-4390-a679-eee624924b15",
            "gambit_id": "bd54e611-0502-49a2-8bef-639937b26b78",
            "last_updated": "2022-12-17T19:42:23.022621-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 238",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca8c2500-dcf7-46b7-a2e1-fda0a37091ad/?format=api"
        },
        {
            "id": "21b810f2-0e05-4c54-b599-22c618a6ea4f",
            "gambit_id": "e9da8a84-2866-451b-87f8-39c6c0794393",
            "last_updated": "2022-12-17T19:42:23.023879-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 238",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca8c2500-dcf7-46b7-a2e1-fda0a37091ad/?format=api"
        }
    ]
}