GET /api/bet_types/f54d2139-b54b-4a02-8b00-ed8cf1b281ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f54d2139-b54b-4a02-8b00-ed8cf1b281ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fbf0fdb-60c9-4054-9746-c023f2454000/?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 7.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "98819c25-7ea1-4948-ad2e-926a6ce245bb",
            "gambit_id": "ee6f89ea-fe11-494f-9f2e-a94c401d6709",
            "last_updated": "2022-09-15T11:07:07.206027-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f54d2139-b54b-4a02-8b00-ed8cf1b281ac/?format=api"
        },
        {
            "id": "44be658b-df7b-4652-a1fa-bdbb6cdc6adb",
            "gambit_id": "ad5b3a51-c253-4377-858c-7110ad513d0a",
            "last_updated": "2022-09-15T11:07:07.207126-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f54d2139-b54b-4a02-8b00-ed8cf1b281ac/?format=api"
        }
    ]
}