GET /api/bet_types/65d4faf4-7d0d-4ff4-801c-bbb1e64c1bf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65d4faf4-7d0d-4ff4-801c-bbb1e64c1bf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c9b5816-3d1d-4197-90dc-f6fb152a9710/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-17T09:58:18.282900-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 Over 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "81f8bfbf-6a8d-40c0-a9c5-ee5a4ff789e6",
            "gambit_id": "d1c18c22-d01a-4a56-90cc-1bc60df191ac",
            "last_updated": "2023-12-19T10:08:19.714743-05:00",
            "created_at": "2023-12-17T09:58:18.287838-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d4faf4-7d0d-4ff4-801c-bbb1e64c1bf0/?format=api"
        },
        {
            "id": "63e50def-0081-414d-964f-b80adcb0f365",
            "gambit_id": "916727fc-b16c-4bb1-8d70-a463ffa49719",
            "last_updated": "2023-12-19T10:08:19.718038-05:00",
            "created_at": "2023-12-17T09:58:18.291825-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d4faf4-7d0d-4ff4-801c-bbb1e64c1bf0/?format=api"
        }
    ]
}