GET /api/bet_types/73888626-9b15-4f01-952d-2809cd31f381/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73888626-9b15-4f01-952d-2809cd31f381",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cd54d6e-55cc-4c34-8054-25e06f59262a/?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 2.5",
                "amount": 5372.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4628.0
            }
        ],
        "expected_reward_tokens": 9024.6,
        "profit_sb": 24.6,
        "profit_sb_percentage": 0.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "c660eaf6-e3e7-4338-b5e6-3f92a0330ca7",
            "gambit_id": "12159f7e-e3a4-4487-a012-631e48fca1a2",
            "last_updated": "2022-09-05T10:47:18.625561-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.68000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73888626-9b15-4f01-952d-2809cd31f381/?format=api"
        },
        {
            "id": "ab32ef70-adab-4f65-b150-6861a26d4767",
            "gambit_id": "949ce67d-d0dc-4ea1-8d4a-8a111635f7d5",
            "last_updated": "2022-09-05T10:47:18.626656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73888626-9b15-4f01-952d-2809cd31f381/?format=api"
        }
    ]
}