GET /api/bet_types/e14a7523-7cc3-464c-9da5-a18fc2bd018d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e14a7523-7cc3-464c-9da5-a18fc2bd018d",
    "match": "https://api-prod.gambitprofit.com/api/matches/332fbfd0-5099-45eb-af58-36d05cb3c8e4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T08:28:10.744073-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": "046d5587-002b-4160-be71-c236a75bcaba",
            "gambit_id": "b766c021-3f17-439f-ab64-4da1d6e6aef6",
            "last_updated": "2023-12-04T15:23:35.475526-05:00",
            "created_at": "2023-12-02T08:28:10.747649-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/e14a7523-7cc3-464c-9da5-a18fc2bd018d/?format=api"
        },
        {
            "id": "4a034ec9-ad95-46bd-80e4-1d626cc35e39",
            "gambit_id": "224f3f6c-420f-4723-891d-4d3e37d92043",
            "last_updated": "2023-12-04T15:23:35.478786-05:00",
            "created_at": "2023-12-02T08:28:10.752636-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/e14a7523-7cc3-464c-9da5-a18fc2bd018d/?format=api"
        }
    ]
}