GET /api/bet_types/01526f2e-a175-42bd-9676-28fc32b83c08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01526f2e-a175-42bd-9676-28fc32b83c08",
    "match": "https://api-prod.gambitprofit.com/api/matches/f248fa50-3ade-45e0-9ef9-483c00ad7f52/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-11T09:32:14.823702-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",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b8ff89e-2ef8-4b9f-8f0d-c8ddf900e13a",
            "gambit_id": "962b72dc-4969-4682-a3b4-c890f9713e62",
            "last_updated": "2023-03-13T13:17:00.639671-04:00",
            "created_at": "2023-03-11T09:32:14.825076-05:00",
            "name": "Game Total Under 7",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01526f2e-a175-42bd-9676-28fc32b83c08/?format=api"
        },
        {
            "id": "c748ec3c-9116-4f81-9d90-aa1f12ead249",
            "gambit_id": "d996bb50-3974-4452-864a-2951093aae73",
            "last_updated": "2023-03-13T13:17:00.642161-04:00",
            "created_at": "2023-03-11T09:32:14.826522-05:00",
            "name": "Game Total Over 7",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01526f2e-a175-42bd-9676-28fc32b83c08/?format=api"
        }
    ]
}