GET /api/bet_types/cc305caf-c126-44f1-b9a7-b633dfcd10e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc305caf-c126-44f1-b9a7-b633dfcd10e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a535e26-fc7a-4e33-acd1-06b263444fac/?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": "TEX",
                "amount": 5588.0
            },
            {
                "team": "CWS",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "fa0fe272-18f5-4199-abc9-fd723ffe7e70",
            "gambit_id": "40f818b4-e078-4ced-a50d-65563134972e",
            "last_updated": "2022-08-05T09:56:53.262441-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc305caf-c126-44f1-b9a7-b633dfcd10e0/?format=api"
        },
        {
            "id": "3621bdbc-ef19-4dd5-9224-ab6513a509ff",
            "gambit_id": "f0d29d1d-c74a-4c95-a188-18598317cbdd",
            "last_updated": "2022-08-05T09:56:53.263039-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc305caf-c126-44f1-b9a7-b633dfcd10e0/?format=api"
        }
    ]
}