GET /api/bet_types/72b9978e-e384-4cff-82e8-eead1a10b79b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72b9978e-e384-4cff-82e8-eead1a10b79b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c10998f7-3486-4c09-9832-a6f45d7f14cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-08T08:43:18.234087-04: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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc3fd851-a9ec-4a30-9820-a2c81c31c7c0",
            "gambit_id": "50054aa6-3064-40c2-bb6f-a31e654006b4",
            "last_updated": "2023-06-10T13:43:10.012016-04:00",
            "created_at": "2023-06-08T08:43:18.236201-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72b9978e-e384-4cff-82e8-eead1a10b79b/?format=api"
        },
        {
            "id": "1b753434-b0fe-4639-a50d-22b010a1479d",
            "gambit_id": "9b2d35da-cf5f-418f-bc14-667bdc5d40cc",
            "last_updated": "2023-06-10T13:43:10.015065-04:00",
            "created_at": "2023-06-08T08:43:18.238445-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72b9978e-e384-4cff-82e8-eead1a10b79b/?format=api"
        }
    ]
}