GET /api/bet_types/97c0a338-495c-4da3-bea1-c1501c0f5ffa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97c0a338-495c-4da3-bea1-c1501c0f5ffa",
    "match": "https://api-prod.gambitprofit.com/api/matches/17723d14-0d60-4c6f-b060-adcb51291d5a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-24T13:02:07.912768-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "642f3d55-5f62-495f-9b42-671b0f2668b8",
            "gambit_id": "6e0727d7-910f-4f0d-8ba9-18b3095904d3",
            "last_updated": "2023-04-25T11:42:19.356955-04:00",
            "created_at": "2023-04-24T13:02:07.919119-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97c0a338-495c-4da3-bea1-c1501c0f5ffa/?format=api"
        },
        {
            "id": "eee31e82-1983-41da-b1db-f0e64ec90400",
            "gambit_id": "50cae9b2-ec98-462c-b8b5-abad7e69014f",
            "last_updated": "2023-04-25T11:42:19.354979-04:00",
            "created_at": "2023-04-24T13:02:07.915991-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97c0a338-495c-4da3-bea1-c1501c0f5ffa/?format=api"
        }
    ]
}