GET /api/bet_types/170f967c-3331-4365-99aa-ef3451ed850f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "170f967c-3331-4365-99aa-ef3451ed850f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4b4fb57-aff9-4cc1-98be-02083130f24c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-19T08:08:06.816081-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": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a183c659-a9ef-4883-a0e1-b198afe5505d",
            "gambit_id": "b2c42484-c98f-4726-899e-278b0059e2af",
            "last_updated": "2023-06-20T10:33:07.469876-04:00",
            "created_at": "2023-06-19T08:08:06.818052-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/170f967c-3331-4365-99aa-ef3451ed850f/?format=api"
        },
        {
            "id": "f9ce9a53-0bad-45c1-9802-de4fee812836",
            "gambit_id": "d8911364-de95-4af0-b0ca-5402221a6255",
            "last_updated": "2023-06-20T10:33:07.472483-04:00",
            "created_at": "2023-06-19T08:08:06.820143-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/170f967c-3331-4365-99aa-ef3451ed850f/?format=api"
        }
    ]
}