GET /api/bet_types/2c4b23ef-2894-49c9-af9e-0e8ac2080920/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c4b23ef-2894-49c9-af9e-0e8ac2080920",
    "match": "https://api-prod.gambitprofit.com/api/matches/d339fe68-e5e7-48db-a17a-2236b4d39c8c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-05T09:53:21.779837-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "622a0d87-9cf5-49f9-9c17-178b72b344ee",
            "gambit_id": "7fb77e13-55a5-44f5-be6d-b1bc9b42931e",
            "last_updated": "2023-09-06T18:58:02.152494-04:00",
            "created_at": "2023-09-05T09:53:21.785291-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4b23ef-2894-49c9-af9e-0e8ac2080920/?format=api"
        },
        {
            "id": "da6fa819-e90e-4233-a58b-56cd38e8ab4e",
            "gambit_id": "f1a64fe6-2c93-42bd-9452-4936af35dd94",
            "last_updated": "2023-09-06T18:58:02.157817-04:00",
            "created_at": "2023-09-05T09:53:21.791225-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4b23ef-2894-49c9-af9e-0e8ac2080920/?format=api"
        }
    ]
}