GET /api/bet_types/cbdcafca-92fd-48a0-a3b3-975d52bcd27d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbdcafca-92fd-48a0-a3b3-975d52bcd27d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3188cdf-d39f-448c-9831-74badcb92929/?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": 5588.0
            },
            {
                "team": "SDG",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe868119-a94e-42cb-a34d-acb1b85fa906",
            "gambit_id": "b2ef0880-7e4f-45bd-8fc3-5f5c399742ea",
            "last_updated": "2022-08-10T10:06:57.500819-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbdcafca-92fd-48a0-a3b3-975d52bcd27d/?format=api"
        },
        {
            "id": "1984eb2a-59fb-4fac-abac-9d6acf7de323",
            "gambit_id": "4bf64c6e-15fe-4527-8369-7228687295eb",
            "last_updated": "2022-08-10T10:06:57.500346-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbdcafca-92fd-48a0-a3b3-975d52bcd27d/?format=api"
        }
    ]
}