GET /api/bet_types/f1de0a57-1d01-4f90-8578-80d75e4bc798/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1de0a57-1d01-4f90-8578-80d75e4bc798",
    "match": "https://api-prod.gambitprofit.com/api/matches/a052d647-ed89-46f9-af67-9bf4c5d07cb5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-06T10:13:02.604144-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 Over 2.5",
                "amount": 6263.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3737.0
            }
        ],
        "expected_reward_tokens": 9267.76,
        "profit_sb": -232.24,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "152dcdfb-b032-4031-8a32-c72bc30b2d8e",
            "gambit_id": "26e44a5a-924d-48b8-bf3b-38de363673fa",
            "last_updated": "2023-10-09T15:33:14.522832-04:00",
            "created_at": "2023-10-06T10:13:02.622056-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1de0a57-1d01-4f90-8578-80d75e4bc798/?format=api"
        },
        {
            "id": "23f0d130-1d4c-4ecf-b270-d228fe5c0f41",
            "gambit_id": "cac4317a-b6b2-4281-bcaa-3abb539bd9e0",
            "last_updated": "2023-10-09T15:33:14.526921-04:00",
            "created_at": "2023-10-06T10:13:02.627868-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1de0a57-1d01-4f90-8578-80d75e4bc798/?format=api"
        }
    ]
}