GET /api/bet_types/2ee0e27a-5549-4e4b-9668-89dbc1fcf9a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ee0e27a-5549-4e4b-9668-89dbc1fcf9a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/566ed145-27ec-4cbd-8cab-c3c1303cd749/?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 Over 7.5",
                "amount": 5108.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": 294.8,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6aa5a95-deb7-4234-b2c6-d0dc7603aa12",
            "gambit_id": "957df2fc-59c0-4f1c-b363-2b189a95fb3e",
            "last_updated": "2022-10-02T15:17:29.650366-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ee0e27a-5549-4e4b-9668-89dbc1fcf9a3/?format=api"
        },
        {
            "id": "f82450ba-d72a-4ec0-b078-c870c60e2945",
            "gambit_id": "85a4c566-d4bf-4e56-b04a-ee785c145ce1",
            "last_updated": "2022-10-02T15:17:29.649243-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ee0e27a-5549-4e4b-9668-89dbc1fcf9a3/?format=api"
        }
    ]
}