GET /api/bet_types/f3928794-32ac-45a8-a4ff-173da79a9535/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3928794-32ac-45a8-a4ff-173da79a9535",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdaa33d5-4bed-48b3-9bce-12b96d2b9cd4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-13T09:32:20.246252-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9092fe71-68c2-481c-8df4-58e5ebcf93c0",
            "gambit_id": "681af238-a0c1-4a5d-a0a5-637f289248c2",
            "last_updated": "2023-04-14T12:02:23.647104-04:00",
            "created_at": "2023-04-13T09:32:20.249166-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3928794-32ac-45a8-a4ff-173da79a9535/?format=api"
        },
        {
            "id": "48b96f9b-4304-4801-8bbd-69f4091ee9bf",
            "gambit_id": "47f7fa7b-f9c9-4b22-bdbc-fbc413559ea0",
            "last_updated": "2023-04-14T12:02:23.645430-04:00",
            "created_at": "2023-04-13T09:32:20.247667-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3928794-32ac-45a8-a4ff-173da79a9535/?format=api"
        }
    ]
}