GET /api/bet_types/d94f5ae9-b6c6-4e94-86a1-10d397fe4dee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d94f5ae9-b6c6-4e94-86a1-10d397fe4dee",
    "match": "https://api-prod.gambitprofit.com/api/matches/2205abd1-aa9d-4d6c-8050-adfd2fc4f725/?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 52",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 52",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "125c2fbf-16e8-47e4-baf9-dc8011a320df",
            "gambit_id": "72c34277-ccfa-4af5-a709-1da075e93398",
            "last_updated": "2022-11-28T10:07:12.749460-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d94f5ae9-b6c6-4e94-86a1-10d397fe4dee/?format=api"
        },
        {
            "id": "396d91e2-6987-4cc5-8821-ec9f5afa60cf",
            "gambit_id": "cde733b3-9d56-4e99-9015-c87bf1c1f819",
            "last_updated": "2022-11-28T10:07:12.750632-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d94f5ae9-b6c6-4e94-86a1-10d397fe4dee/?format=api"
        }
    ]
}