GET /api/bet_types/4ed34ca1-6b9f-40d0-9e48-eaad817013eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ed34ca1-6b9f-40d0-9e48-eaad817013eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4542e67-ded2-47b5-835c-8b9a83efa72b/?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 39",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 39",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "3a175440-c5af-422c-a453-1e108f959ed3",
            "gambit_id": "b0859e6d-9507-4f12-8d8e-e654103c0701",
            "last_updated": "2022-08-21T12:57:09.886051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 39",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ed34ca1-6b9f-40d0-9e48-eaad817013eb/?format=api"
        },
        {
            "id": "daa771e8-2e58-431a-a022-f14eabe8e069",
            "gambit_id": "2cc80b35-5cd1-467a-998b-c543368b5d87",
            "last_updated": "2022-08-21T12:57:09.885404-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 39",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ed34ca1-6b9f-40d0-9e48-eaad817013eb/?format=api"
        }
    ]
}