GET /api/bet_types/c32f63af-b33b-4eef-a4fd-45916e287dff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c32f63af-b33b-4eef-a4fd-45916e287dff",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a629d89-b742-4c57-b375-87ba2d3435e1/?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": 5106.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "9aeefade-6e6e-4ab3-a3f3-e16c7350f9a9",
            "gambit_id": "8ec5269e-da4d-4353-a089-f5014bc4ffd3",
            "last_updated": "2022-10-05T07:21:53.028245-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c32f63af-b33b-4eef-a4fd-45916e287dff/?format=api"
        },
        {
            "id": "48026b28-d9bf-4e34-b978-aa531bc30b63",
            "gambit_id": "4caa1b80-6840-4fa6-87ad-e685143f7a77",
            "last_updated": "2022-10-05T07:21:53.029393-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c32f63af-b33b-4eef-a4fd-45916e287dff/?format=api"
        }
    ]
}