GET /api/bet_types/5cbd153d-3d47-415a-87e2-fe857c78e504/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cbd153d-3d47-415a-87e2-fe857c78e504",
    "match": "https://api-prod.gambitprofit.com/api/matches/42582fed-5d7e-492a-8c05-6968bcb53d73/?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 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7068fc65-0621-4127-ae5a-f8b65814b272",
            "gambit_id": "9814f1bc-5824-49ea-8759-ad699ba4addc",
            "last_updated": "2022-12-19T10:12:23.610451-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cbd153d-3d47-415a-87e2-fe857c78e504/?format=api"
        },
        {
            "id": "f8bdf01d-4329-4a9e-a5b6-a3105838bb0d",
            "gambit_id": "0a102f1e-60e7-4ff0-bc18-5ee68b7cf7f1",
            "last_updated": "2022-12-19T10:12:23.611702-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cbd153d-3d47-415a-87e2-fe857c78e504/?format=api"
        }
    ]
}