GET /api/bet_types/ae54c150-9e7d-430c-92e7-4c1055f872f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae54c150-9e7d-430c-92e7-4c1055f872f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/06fadaa9-e87e-4320-bfdc-f8abb6edc67d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-03T11:22:11.482504-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 9",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "65bffd20-ef39-4171-9b81-25aca4a7af19",
            "gambit_id": "41f8198d-d8d5-4999-a704-15444864fecf",
            "last_updated": "2023-06-05T10:57:21.885621-04:00",
            "created_at": "2023-06-03T11:22:11.484639-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae54c150-9e7d-430c-92e7-4c1055f872f4/?format=api"
        },
        {
            "id": "b7d97f74-37f3-4d81-af91-57efe018ed9a",
            "gambit_id": "77a60a73-fe93-4e0e-b197-fba040ffe196",
            "last_updated": "2023-06-05T10:57:21.887958-04:00",
            "created_at": "2023-06-03T11:22:11.487585-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae54c150-9e7d-430c-92e7-4c1055f872f4/?format=api"
        }
    ]
}