GET /api/bet_types/cd9418bf-898f-4924-bab8-1f91c68c25fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd9418bf-898f-4924-bab8-1f91c68c25fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/f77b9f7a-0b56-45cf-8930-35b5697ec1cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-24T10:38:14.095182-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": "Total Rounds Under 2.5",
                "amount": 6386.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 3614.0
            }
        ],
        "expected_reward_tokens": 9323.56,
        "profit_sb": -176.44,
        "profit_sb_percentage": -1.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1d10963-f201-4fd4-821a-508562fd6172",
            "gambit_id": "420ba0c6-71aa-419f-ad88-a1ef666c982c",
            "last_updated": "2023-06-27T15:03:08.655451-04:00",
            "created_at": "2023-06-24T10:38:14.098767-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd9418bf-898f-4924-bab8-1f91c68c25fe/?format=api"
        },
        {
            "id": "c4267809-07fa-4b95-9ab7-70cc136448e9",
            "gambit_id": "f1008485-b074-4fac-97ee-bab701ed81af",
            "last_updated": "2023-06-27T15:03:08.653247-04:00",
            "created_at": "2023-06-24T10:38:14.096978-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd9418bf-898f-4924-bab8-1f91c68c25fe/?format=api"
        }
    ]
}