GET /api/bet_types/ce576445-a3d2-4e15-b2bc-3945b6fe3fbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce576445-a3d2-4e15-b2bc-3945b6fe3fbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/119e13e8-e508-4dca-9341-0ed393f70f1b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:59.273893-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 2.5",
                "amount": 6272.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3728.0
            }
        ],
        "expected_reward_tokens": 9282.56,
        "profit_sb": -217.44,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a59169c-89fb-4eb1-b9f7-fd89e9742903",
            "gambit_id": "596c78a8-413e-4433-b120-d29bcc164b29",
            "last_updated": "2023-05-09T13:17:07.926653-04:00",
            "created_at": "2023-05-06T11:51:59.276763-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce576445-a3d2-4e15-b2bc-3945b6fe3fbf/?format=api"
        },
        {
            "id": "a25a7e9c-69dd-48ab-8bb2-a29fb9638b73",
            "gambit_id": "b2a8862d-e0dc-464b-9753-37e6d0d3f080",
            "last_updated": "2023-05-09T13:17:07.924433-04:00",
            "created_at": "2023-05-06T11:51:59.275362-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce576445-a3d2-4e15-b2bc-3945b6fe3fbf/?format=api"
        }
    ]
}