GET /api/bet_types/b50f4ed3-c87c-4718-9fb5-37838f023456/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b50f4ed3-c87c-4718-9fb5-37838f023456",
    "match": "https://api-prod.gambitprofit.com/api/matches/d950fc1f-47dc-4030-8b7c-bca415ecda1f/?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 Under 212.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 212.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "39915f68-3275-4e7d-bad8-e0654ada6d74",
            "gambit_id": "2213917b-630c-4bc2-96d1-7a67bd0a9d30",
            "last_updated": "2022-11-11T13:13:20.743040-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 212.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "212.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b50f4ed3-c87c-4718-9fb5-37838f023456/?format=api"
        },
        {
            "id": "c1461ed6-4693-4090-9c8b-8515f1ad9266",
            "gambit_id": "620c50f5-ab7c-414a-9512-5f47ec0b631b",
            "last_updated": "2022-11-11T13:13:20.744217-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 212.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "212.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b50f4ed3-c87c-4718-9fb5-37838f023456/?format=api"
        }
    ]
}