GET /api/bet_types/ce5f648a-0632-4e32-97c2-ae6cf991a997/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce5f648a-0632-4e32-97c2-ae6cf991a997",
    "match": "https://api-prod.gambitprofit.com/api/matches/83c91443-2fa0-4fe4-bc9b-1150c366da4c/?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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "d26b29cc-5be2-4fb4-8715-e673060344d0",
            "gambit_id": "5feac03f-2b61-47fb-a437-b75c5a058725",
            "last_updated": "2022-10-17T15:22:01.803691-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce5f648a-0632-4e32-97c2-ae6cf991a997/?format=api"
        },
        {
            "id": "71810b04-b5c1-4761-a524-4b16936882d9",
            "gambit_id": "2391785f-afe1-4422-9092-b0e21d6b37b9",
            "last_updated": "2022-10-17T15:22:01.805322-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce5f648a-0632-4e32-97c2-ae6cf991a997/?format=api"
        }
    ]
}