GET /api/bet_types/2abd6d74-f596-4e16-88d3-322aed450f5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2abd6d74-f596-4e16-88d3-322aed450f5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5958ab1f-4505-4854-948e-75929909f5bd/?format=api",
    "name": "Play the Odds",
    "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": "SFO",
                "amount": 5405.0
            },
            {
                "team": "PIT",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "0be2f9e7-b757-4e3a-9a99-018e5c2ee1d8",
            "gambit_id": "e091f90a-1e7b-47f0-aea5-753d6d7b9f93",
            "last_updated": "2022-08-15T14:12:15.951123-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2abd6d74-f596-4e16-88d3-322aed450f5a/?format=api"
        },
        {
            "id": "41a24173-2aac-4010-893a-17485bba8b20",
            "gambit_id": "ee599d2b-0145-44ef-ad71-da1a8ccfd8c7",
            "last_updated": "2022-08-15T14:12:15.951580-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2abd6d74-f596-4e16-88d3-322aed450f5a/?format=api"
        }
    ]
}