GET /api/bet_types/0010c920-14dc-43f1-a323-0561ee08210b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0010c920-14dc-43f1-a323-0561ee08210b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e94bf595-3e08-492c-9a58-9e0258e1d877/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-15T12:27:11.238716-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 Under 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "456f154f-e4fd-49ca-beef-0c374919fe2b",
            "gambit_id": "549f873a-3f47-4364-ba77-bd130e170c4f",
            "last_updated": "2023-04-16T18:07:20.879473-04:00",
            "created_at": "2023-04-15T12:27:11.240184-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0010c920-14dc-43f1-a323-0561ee08210b/?format=api"
        },
        {
            "id": "577e6551-7eac-484a-a8f7-3764c165a46a",
            "gambit_id": "5fd5009b-4c5d-430f-940b-25cea33471f8",
            "last_updated": "2023-04-16T18:07:20.881823-04:00",
            "created_at": "2023-04-15T12:27:11.241658-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0010c920-14dc-43f1-a323-0561ee08210b/?format=api"
        }
    ]
}