GET /api/bet_types/14ac0360-2554-41f0-a329-9f5d3cbbe5cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14ac0360-2554-41f0-a329-9f5d3cbbe5cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/e91864bf-6a87-4bdc-80bf-b2e95a47e296/?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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "de581d3a-652a-4f89-a1f7-82ee60c23398",
            "gambit_id": "c83151c3-70cd-4667-80ab-d8afdbead635",
            "last_updated": "2022-10-19T09:37:26.645930-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14ac0360-2554-41f0-a329-9f5d3cbbe5cb/?format=api"
        },
        {
            "id": "6c73a893-b2ca-4d95-a9b1-6da77af27d59",
            "gambit_id": "2c30fe6b-cd35-4232-a6ca-6eaf2ccc39fe",
            "last_updated": "2022-10-19T09:37:26.647099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14ac0360-2554-41f0-a329-9f5d3cbbe5cb/?format=api"
        }
    ]
}