GET /api/bet_types/dc40a6a1-909e-4534-a423-ea02111dd013/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc40a6a1-909e-4534-a423-ea02111dd013",
    "match": "https://api-prod.gambitprofit.com/api/matches/d107cfe0-c0d4-4d48-8990-fc2243ec8072/?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 7.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "30bf1e06-139c-469b-92de-2c6cebd08175",
            "gambit_id": "23ca2143-e0e7-4d83-8e9b-3b962d1d2a80",
            "last_updated": "2022-09-09T16:12:02.306341-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc40a6a1-909e-4534-a423-ea02111dd013/?format=api"
        },
        {
            "id": "e681ddb1-95c1-4770-8a54-1ddaea8cf161",
            "gambit_id": "49b48c07-8e70-4222-ab89-a6954f482293",
            "last_updated": "2022-09-09T16:12:02.305099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc40a6a1-909e-4534-a423-ea02111dd013/?format=api"
        }
    ]
}