GET /api/bet_types/65cd075c-39ed-4964-8c2c-8e874d575a5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65cd075c-39ed-4964-8c2c-8e874d575a5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c49dd20a-9e93-4172-9492-d6b1ca0caab1/?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 55.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 55.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "4541d509-6b66-4870-8c3a-a02756ccd774",
            "gambit_id": "f4db1c55-4cd0-4f51-8826-c020b8bd4dc2",
            "last_updated": "2022-10-02T20:02:04.167881-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65cd075c-39ed-4964-8c2c-8e874d575a5a/?format=api"
        },
        {
            "id": "199a4803-616a-4487-89b3-11340f4dd5a7",
            "gambit_id": "c85fde43-892f-4fe3-8997-914ef97ede45",
            "last_updated": "2022-10-02T20:02:04.169138-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65cd075c-39ed-4964-8c2c-8e874d575a5a/?format=api"
        }
    ]
}