GET /api/bet_types/31d68ed2-8806-4885-959a-60f05a775d5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31d68ed2-8806-4885-959a-60f05a775d5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9a0d751-c3c0-4d45-a934-c2f792c2c571/?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 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "17ed466b-02f1-4a9c-b6f7-d124922df12d",
            "gambit_id": "3da8383c-4b01-4ff0-8c82-b9d093c5bd52",
            "last_updated": "2022-10-24T10:17:10.144014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31d68ed2-8806-4885-959a-60f05a775d5e/?format=api"
        },
        {
            "id": "7de5e78c-30e1-4977-89e2-3d3faa2ae46e",
            "gambit_id": "a21e9f56-791d-4c45-ae12-71ed95986531",
            "last_updated": "2022-10-24T10:17:10.143012-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31d68ed2-8806-4885-959a-60f05a775d5e/?format=api"
        }
    ]
}