GET /api/bet_types/5e258ffc-1924-4551-8eb3-d5a3a1127f80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e258ffc-1924-4551-8eb3-d5a3a1127f80",
    "match": "https://api-prod.gambitprofit.com/api/matches/685219af-0eda-4599-bc2c-f1e462d3a645/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-06T07:58:04.656263-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3eb373b7-de37-4224-be81-87b1175fa328",
            "gambit_id": "b2112949-0c88-441f-8118-51ab80740b28",
            "last_updated": "2023-11-07T21:08:21.906025-05:00",
            "created_at": "2023-11-06T07:58:04.660193-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e258ffc-1924-4551-8eb3-d5a3a1127f80/?format=api"
        },
        {
            "id": "57775651-b6fc-498f-90d5-2f3a69356a43",
            "gambit_id": "3d7607d6-888d-46f0-8181-f7b57250c4aa",
            "last_updated": "2023-11-07T21:08:21.909438-05:00",
            "created_at": "2023-11-06T07:58:04.665065-05:00",
            "name": "Indiana Pacers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e258ffc-1924-4551-8eb3-d5a3a1127f80/?format=api"
        }
    ]
}