GET /api/bet_types/7eeb5858-5621-40ef-94f5-3c0670af5bd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7eeb5858-5621-40ef-94f5-3c0670af5bd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2871d17-5f9b-44ed-8cbb-4190bc969adf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-29T11:47:13.221772-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 Under 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ffd7930-dc37-485b-b123-97d7fba8556a",
            "gambit_id": "b4c4812b-bffd-4f37-a473-8ca75e72b0e0",
            "last_updated": "2023-05-30T10:47:20.313634-04:00",
            "created_at": "2023-05-29T11:47:13.225396-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eeb5858-5621-40ef-94f5-3c0670af5bd6/?format=api"
        },
        {
            "id": "5617dfbd-0cd2-497c-9731-f9bb7c6a2508",
            "gambit_id": "4342fcba-ad88-4dd4-b055-94c586141654",
            "last_updated": "2023-05-30T10:47:20.315708-04:00",
            "created_at": "2023-05-29T11:47:13.223587-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eeb5858-5621-40ef-94f5-3c0670af5bd6/?format=api"
        }
    ]
}