GET /api/bet_types/e4b59a35-345f-454e-b2f9-c17898fe4ce7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4b59a35-345f-454e-b2f9-c17898fe4ce7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4741d92c-5bd8-4e13-be50-55d765153d9d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-11T08:48:22.099398-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 11.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 11.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ee3d7b1-9062-426c-a9bf-ab02d102242e",
            "gambit_id": "b8126411-2fd4-42ab-9093-68173f5a8538",
            "last_updated": "2023-09-12T21:18:16.460813-04:00",
            "created_at": "2023-09-11T08:48:22.107998-04:00",
            "name": "Game Total Under 11.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4b59a35-345f-454e-b2f9-c17898fe4ce7/?format=api"
        },
        {
            "id": "4b6069c7-e9d9-4f01-85ab-fa37d45b6e4f",
            "gambit_id": "88e0309d-f5de-4146-a62b-4e3c5e030390",
            "last_updated": "2023-09-12T21:18:16.457525-04:00",
            "created_at": "2023-09-11T08:48:22.103051-04:00",
            "name": "Game Total Over 11.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4b59a35-345f-454e-b2f9-c17898fe4ce7/?format=api"
        }
    ]
}