GET /api/bet_types/ab57ff17-9967-42e3-900c-0ba620f3ae09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab57ff17-9967-42e3-900c-0ba620f3ae09",
    "match": "https://api-prod.gambitprofit.com/api/matches/37de65ed-9d02-487d-9714-eaf32ff29452/?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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "5df7c330-1b23-4d49-81b9-b828c1a4faa3",
            "gambit_id": "870a853f-dcd6-4e88-bc74-0eec2419732f",
            "last_updated": "2022-12-20T20:17:23.326716-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab57ff17-9967-42e3-900c-0ba620f3ae09/?format=api"
        },
        {
            "id": "0dc16150-404c-45a9-bee9-37cc8cdfa28b",
            "gambit_id": "40e8ee81-172f-4226-b03f-edcd23b35a4e",
            "last_updated": "2022-12-20T20:17:23.327894-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab57ff17-9967-42e3-900c-0ba620f3ae09/?format=api"
        }
    ]
}