GET /api/bet_types/95b7aa5d-0d08-417b-9f9e-1cfe732ef7c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95b7aa5d-0d08-417b-9f9e-1cfe732ef7c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b0a19bc-afd8-4c85-b326-17f19a365c20/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T08:28:14.963890-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "be6632e6-6707-40b8-b2ca-d69aa50add52",
            "gambit_id": "383a131b-bb95-40f2-ac17-402d882a7ce2",
            "last_updated": "2023-12-04T15:23:34.565083-05:00",
            "created_at": "2023-12-02T08:28:14.968392-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95b7aa5d-0d08-417b-9f9e-1cfe732ef7c7/?format=api"
        },
        {
            "id": "2a9aea43-7ea7-4d71-974f-9103b88ae8da",
            "gambit_id": "4d9406be-c80f-4beb-8ca3-a2e3a4ca2fdc",
            "last_updated": "2023-12-04T15:23:34.568373-05:00",
            "created_at": "2023-12-02T08:28:14.973572-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95b7aa5d-0d08-417b-9f9e-1cfe732ef7c7/?format=api"
        }
    ]
}