GET /api/bet_types/2be486ab-a48f-42ed-a9d3-d99c0c6ac1df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2be486ab-a48f-42ed-a9d3-d99c0c6ac1df",
    "match": "https://api-prod.gambitprofit.com/api/matches/c87c8910-e5e1-4ee0-abd1-33bc49b3bb18/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T14:37:19.618122-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 121.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 121.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "13d88dc7-4bed-480d-a9bc-0f2971f9c8c0",
            "gambit_id": "1992448d-ba16-4d79-b5fe-309256976636",
            "last_updated": "2023-03-17T10:37:20.903688-04:00",
            "created_at": "2023-03-15T14:37:19.619495-04:00",
            "name": "Game Total Under 121.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "121.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be486ab-a48f-42ed-a9d3-d99c0c6ac1df/?format=api"
        },
        {
            "id": "4e059c8a-0f03-4a4a-869b-55795471cb6f",
            "gambit_id": "64d78d91-1131-4d5c-b619-c2ba414a78e8",
            "last_updated": "2023-03-17T10:37:20.904771-04:00",
            "created_at": "2023-03-15T14:37:19.620781-04:00",
            "name": "Game Total Over 121.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "121.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be486ab-a48f-42ed-a9d3-d99c0c6ac1df/?format=api"
        }
    ]
}