GET /api/bet_types/069e1b1d-e71a-4914-9d02-5e1b020e4115/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "069e1b1d-e71a-4914-9d02-5e1b020e4115",
    "match": "https://api-prod.gambitprofit.com/api/matches/2453aa87-fcdd-43fb-a0bb-fb084c5286df/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5374.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4626.0
            }
        ],
        "expected_reward_tokens": 8974.44,
        "profit_sb": -25.56,
        "profit_sb_percentage": -0.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "06e89a76-6448-4b11-ac54-941a2a74be0d",
            "gambit_id": "aa12d238-2ca9-47fd-b9c0-9647efd37efe",
            "last_updated": "2022-09-11T21:12:11.151617-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/069e1b1d-e71a-4914-9d02-5e1b020e4115/?format=api"
        },
        {
            "id": "a48b16c7-47ff-4c5e-a04d-f71050c8ea69",
            "gambit_id": "f4aafb0d-dc5f-424d-97c5-e4571ad7ed75",
            "last_updated": "2022-09-11T21:12:11.150525-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/069e1b1d-e71a-4914-9d02-5e1b020e4115/?format=api"
        }
    ]
}