GET /api/bet_types/37ef6bde-9845-499b-8d3e-43c8ec88467d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37ef6bde-9845-499b-8d3e-43c8ec88467d",
    "match": "https://api-prod.gambitprofit.com/api/matches/22ae1e78-6dea-4032-b923-f1e6b2c34f65/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-11T09:32:16.654452-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 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebe6e98e-6a6d-4f00-b74b-1678c14c1c28",
            "gambit_id": "d899d101-3038-4eee-a6c0-0710b2f3c729",
            "last_updated": "2023-03-12T19:37:17.041855-04:00",
            "created_at": "2023-03-11T09:32:16.658802-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37ef6bde-9845-499b-8d3e-43c8ec88467d/?format=api"
        },
        {
            "id": "e2fafd0b-698c-44ef-9cd9-dc84bf279a1b",
            "gambit_id": "eb1894ba-0dcc-4b42-99cf-1622375905bd",
            "last_updated": "2023-03-12T19:37:17.039657-04:00",
            "created_at": "2023-03-11T09:32:16.656244-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37ef6bde-9845-499b-8d3e-43c8ec88467d/?format=api"
        }
    ]
}