GET /api/bet_types/7a81af83-7b4e-4cc7-97d7-65d466d7ebf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a81af83-7b4e-4cc7-97d7-65d466d7ebf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/485acca5-fe22-42e2-841a-1fae18f7ca81/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T09:38:22.613175-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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "41adae76-17ee-4a41-b09e-44ce97934f86",
            "gambit_id": "fb055a55-35b5-49f2-b89d-7ee1b8e2b4a7",
            "last_updated": "2023-12-11T11:43:01.229854-05:00",
            "created_at": "2023-12-08T09:38:22.620623-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a81af83-7b4e-4cc7-97d7-65d466d7ebf2/?format=api"
        },
        {
            "id": "7ff205a4-0243-495f-a35f-643fb2b80d6a",
            "gambit_id": "231c0a5d-4bf8-43ce-9d58-4c787aecf79d",
            "last_updated": "2023-12-11T11:43:01.233217-05:00",
            "created_at": "2023-12-08T09:38:22.624465-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a81af83-7b4e-4cc7-97d7-65d466d7ebf2/?format=api"
        }
    ]
}