GET /api/bet_types/be0823c4-52df-406c-8618-23642384bcb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be0823c4-52df-406c-8618-23642384bcb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/60177da1-6865-41a9-9809-b6cdf12d7936/?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 6.5",
                "amount": 5224.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0e2dd49-8c16-4682-8842-48c2a24a2b10",
            "gambit_id": "70277886-64d1-4dff-afb6-477d3045c401",
            "last_updated": "2022-10-14T09:37:03.086750-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be0823c4-52df-406c-8618-23642384bcb7/?format=api"
        },
        {
            "id": "adb842d5-fce0-4b34-b1ff-e68d2261527a",
            "gambit_id": "f0781f99-b049-4dd7-978b-46030865d8f6",
            "last_updated": "2022-10-14T09:37:03.085736-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be0823c4-52df-406c-8618-23642384bcb7/?format=api"
        }
    ]
}