GET /api/bet_types/42c96be2-f804-497c-ae20-bcbd9f22ee75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42c96be2-f804-497c-ae20-bcbd9f22ee75",
    "match": "https://api-prod.gambitprofit.com/api/matches/2334f333-03b5-4cd6-b138-31f3ebbed8b0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-29T09:58:08.603717-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7986089-be53-4a92-942a-dc36b217afb9",
            "gambit_id": "0aa30aa3-5d46-413b-8e44-dd11a0adfa2f",
            "last_updated": "2023-12-30T21:48:20.583484-05:00",
            "created_at": "2023-12-29T09:58:08.608836-05:00",
            "name": "Game Total Over 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42c96be2-f804-497c-ae20-bcbd9f22ee75/?format=api"
        },
        {
            "id": "3d01fe7e-9139-42ba-805a-cd456e366258",
            "gambit_id": "0c7e4c6f-204d-4c32-9909-046e932982f3",
            "last_updated": "2023-12-30T21:48:20.586696-05:00",
            "created_at": "2023-12-29T09:58:08.614056-05:00",
            "name": "Game Total Under 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42c96be2-f804-497c-ae20-bcbd9f22ee75/?format=api"
        }
    ]
}