GET /api/bet_types/971f1b2d-d9fc-4277-8e77-f1d648fb84a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "971f1b2d-d9fc-4277-8e77-f1d648fb84a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0af692d-064d-4379-abd0-87071ff1d944/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 7.5",
                "amount": 5204.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd416acc-cfc7-47a5-922d-c5573b49130d",
            "gambit_id": "e4237ce1-9b61-4c9a-9dd0-df27958633fe",
            "last_updated": "2022-08-09T09:42:02.806140-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/971f1b2d-d9fc-4277-8e77-f1d648fb84a3/?format=api"
        },
        {
            "id": "ff43a6ce-7446-461d-9032-8ce5179e3d77",
            "gambit_id": "0f577843-b20b-49a7-8f86-74d6f8585254",
            "last_updated": "2022-08-09T09:42:02.806636-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/971f1b2d-d9fc-4277-8e77-f1d648fb84a3/?format=api"
        }
    ]
}