GET /api/bet_types/0c66b889-fdf3-4241-a079-8bde4bb6ad98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c66b889-fdf3-4241-a079-8bde4bb6ad98",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c41bb57-84fd-45e6-a478-7b7042aa9f10/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T22:58:16.867574-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": "Total Rounds Under 2.5",
                "amount": 5204.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": -340.96,
        "profit_sb_percentage": -3.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e361a2c-f791-4f34-89a3-14c44abce4bf",
            "gambit_id": "88b07e81-eb7b-4dc5-8e05-89910ef0da9c",
            "last_updated": "2023-09-04T13:48:09.466839-04:00",
            "created_at": "2023-09-01T22:58:16.875888-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c66b889-fdf3-4241-a079-8bde4bb6ad98/?format=api"
        },
        {
            "id": "ec6cc707-95bb-4a82-88ff-d4d7e407691a",
            "gambit_id": "f132e839-fbad-40d4-9808-b72d74ef308f",
            "last_updated": "2023-09-04T13:48:09.463437-04:00",
            "created_at": "2023-09-01T22:58:16.871797-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c66b889-fdf3-4241-a079-8bde4bb6ad98/?format=api"
        }
    ]
}