GET /api/bet_types/e3214b28-321f-4b5e-9ad2-784e564c73aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3214b28-321f-4b5e-9ad2-784e564c73aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb8cf43e-4078-4646-ba06-574fcc63445b/?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 Over 2.5",
                "amount": 5668.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9010.56,
        "profit_sb": 10.56,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff4110b9-4a7e-4a3b-90e1-7f19354e5fa6",
            "gambit_id": "8f21f1b8-719b-4797-add8-51f4cf7df633",
            "last_updated": "2022-09-08T10:56:55.380632-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.59000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3214b28-321f-4b5e-9ad2-784e564c73aa/?format=api"
        },
        {
            "id": "89931fc1-1dec-4f41-a8b7-56b218b72314",
            "gambit_id": "41b871ca-ea0c-4258-80d7-fc38ee953650",
            "last_updated": "2022-09-08T10:56:55.379472-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.08000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3214b28-321f-4b5e-9ad2-784e564c73aa/?format=api"
        }
    ]
}