GET /api/bet_types/4de72c93-5f68-497d-9c45-7df1a469881b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4de72c93-5f68-497d-9c45-7df1a469881b",
    "match": "https://api-prod.gambitprofit.com/api/matches/509dda40-6bc5-443e-8b80-2477d18cdd42/?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 33",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 33",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a18594b-8361-495e-b725-a68d0fc80a12",
            "gambit_id": "8c98efb4-2f4a-48fa-97fa-f4c7c5cfa632",
            "last_updated": "2022-08-14T13:52:13.417595-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 33",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "33.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4de72c93-5f68-497d-9c45-7df1a469881b/?format=api"
        },
        {
            "id": "0b8f1cc8-2868-4a51-80de-cd58f5f9900c",
            "gambit_id": "15d69160-412e-4d3e-954e-554b50033704",
            "last_updated": "2022-08-14T13:52:13.418113-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 33",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "33.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4de72c93-5f68-497d-9c45-7df1a469881b/?format=api"
        }
    ]
}