GET /api/bet_types/ed411778-aa56-4555-a781-da47bff157f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed411778-aa56-4555-a781-da47bff157f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/af05aeff-b4c2-4e8c-ac90-916ff9b338c2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:09.906175-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": "Atlanta Falcons",
                "amount": 5107.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6993a51-8d13-4380-9191-68a35cf6f61c",
            "gambit_id": "c55da7a6-1f28-4246-9daf-c706cb23646e",
            "last_updated": "2023-12-19T09:53:15.144209-05:00",
            "created_at": "2023-12-15T09:13:09.910836-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed411778-aa56-4555-a781-da47bff157f1/?format=api"
        },
        {
            "id": "68274a87-6357-4b67-84f7-a7cb1fd5bedb",
            "gambit_id": "3a825230-75fa-410e-8a26-d0123fbcfe74",
            "last_updated": "2023-12-19T09:53:15.148991-05:00",
            "created_at": "2023-12-15T09:13:09.915714-05:00",
            "name": "Carolina Panthers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed411778-aa56-4555-a781-da47bff157f1/?format=api"
        }
    ]
}