GET /api/bet_types/e4e6e0d9-9439-4a28-abe1-9f9971a8fdbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4e6e0d9-9439-4a28-abe1-9f9971a8fdbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/9379b4a7-874b-49bf-9905-3043caed1a06/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T09:57:07.613411-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "58267241-5256-4234-859e-73246adbf321",
            "gambit_id": "49dfa0e1-3f4b-4630-aa53-f625b1c0cc3a",
            "last_updated": "2023-04-03T14:21:51.675806-04:00",
            "created_at": "2023-04-02T09:57:07.615412-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4e6e0d9-9439-4a28-abe1-9f9971a8fdbc/?format=api"
        },
        {
            "id": "1a1cbdf4-12b7-4311-9cf8-02bea5852f52",
            "gambit_id": "4d2a7ad9-128c-4958-9150-48849962b4f5",
            "last_updated": "2023-04-03T14:21:51.678407-04:00",
            "created_at": "2023-04-02T09:57:07.617283-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4e6e0d9-9439-4a28-abe1-9f9971a8fdbc/?format=api"
        }
    ]
}