GET /api/bet_types/7380b7d9-2b3f-41a4-9d04-948975a6d457/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7380b7d9-2b3f-41a4-9d04-948975a6d457",
    "match": "https://api-prod.gambitprofit.com/api/matches/4db0ee04-e10e-48fc-8c28-dba6d2f794cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-23T08:33:17.280477-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea4e5b87-2d43-4694-a863-e2046e85bca3",
            "gambit_id": "474208e7-c083-49b6-9ff7-9112d633dcf9",
            "last_updated": "2023-08-25T10:18:03.725276-04:00",
            "created_at": "2023-08-23T08:33:17.286561-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7380b7d9-2b3f-41a4-9d04-948975a6d457/?format=api"
        },
        {
            "id": "4aefea9a-9290-4561-9f57-ed0624e9c5b1",
            "gambit_id": "755410ea-a951-4d07-a8c0-d5978f79c922",
            "last_updated": "2023-08-25T10:18:03.728778-04:00",
            "created_at": "2023-08-23T08:33:17.292404-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7380b7d9-2b3f-41a4-9d04-948975a6d457/?format=api"
        }
    ]
}