GET /api/bet_types/5628c67e-1507-4526-9b3f-7ddf74c842df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5628c67e-1507-4526-9b3f-7ddf74c842df",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c57d5ca-05a9-4b0f-a022-414d24b0f9e7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:13:04.824332-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": 7020.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 2980.0
            }
        ],
        "expected_reward_tokens": 9266.4,
        "profit_sb": -233.6,
        "profit_sb_percentage": -2.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "b217b694-54cf-4af2-b306-fd67ccdf3e0a",
            "gambit_id": "7b06bd9c-5129-4dde-a0bd-5e764fb0e7bd",
            "last_updated": "2023-12-07T21:58:10.772579-05:00",
            "created_at": "2023-12-06T09:13:04.828629-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.32000",
            "odds": "1.33000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5628c67e-1507-4526-9b3f-7ddf74c842df/?format=api"
        },
        {
            "id": "b9ecb1c4-8cf6-4395-8104-6747e66eb2e3",
            "gambit_id": "df69239e-1fa4-4aa8-8062-7abf5a7271ec",
            "last_updated": "2023-12-07T21:58:10.775795-05:00",
            "created_at": "2023-12-06T09:13:04.833909-05:00",
            "name": "Game Total Under 2.5",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5628c67e-1507-4526-9b3f-7ddf74c842df/?format=api"
        }
    ]
}