GET /api/bet_types/31b41fad-36d5-49f7-b0f6-2a46a7355f83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31b41fad-36d5-49f7-b0f6-2a46a7355f83",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3217398-961c-45c4-9686-5b882c4850ce/?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": 5212.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "a07e93c1-3b5b-405c-b223-e05bdb5816c1",
            "gambit_id": "46ca02a9-70a2-4ff8-8de1-54865ebd5c72",
            "last_updated": "2022-10-06T10:11:56.118137-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31b41fad-36d5-49f7-b0f6-2a46a7355f83/?format=api"
        },
        {
            "id": "48faacdf-4e42-45b7-9c09-d36fae233109",
            "gambit_id": "a1b7795a-ea97-45d9-a4a5-9dc46c49679a",
            "last_updated": "2022-10-06T10:11:56.116930-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31b41fad-36d5-49f7-b0f6-2a46a7355f83/?format=api"
        }
    ]
}