GET /api/bet_types/63e0e071-9886-4c71-aaaf-f2e6b53d3790/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63e0e071-9886-4c71-aaaf-f2e6b53d3790",
    "match": "https://api-prod.gambitprofit.com/api/matches/efe2a7aa-fb88-493d-af9e-3c9cf46d999e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-01T13:32:59.147417-04: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 12.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 12.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fe4eac9-1128-400a-a137-354090127217",
            "gambit_id": "7dec17e4-91ca-4561-968f-d12b39af89de",
            "last_updated": "2023-08-02T09:53:15.361342-04:00",
            "created_at": "2023-08-01T13:32:59.158217-04:00",
            "name": "Game Total Under 12.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63e0e071-9886-4c71-aaaf-f2e6b53d3790/?format=api"
        },
        {
            "id": "e034d171-af07-4c40-8bd0-6f68c15d08f0",
            "gambit_id": "9b42b26d-408e-4378-b9d1-83bc1a2605be",
            "last_updated": "2023-08-02T09:53:15.353136-04:00",
            "created_at": "2023-08-01T13:32:59.153033-04:00",
            "name": "Game Total Over 12.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63e0e071-9886-4c71-aaaf-f2e6b53d3790/?format=api"
        }
    ]
}