GET /api/bet_types/6c63396f-3a2f-4ade-bbbd-979d9baae524/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c63396f-3a2f-4ade-bbbd-979d9baae524",
    "match": "https://api-prod.gambitprofit.com/api/matches/2139e841-f62a-465c-be0e-d6d390b26e99/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:04.120028-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": "Phoenix Suns",
                "amount": 5107.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "20678cd5-0cdb-4140-b04e-d95b03f1b723",
            "gambit_id": "a0531c85-71a4-418e-8ccf-8ae0fc7b8709",
            "last_updated": "2023-12-28T18:28:10.194777-05:00",
            "created_at": "2023-12-27T09:03:04.123549-05:00",
            "name": "Phoenix Suns",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c63396f-3a2f-4ade-bbbd-979d9baae524/?format=api"
        },
        {
            "id": "d84b0941-2e3b-46cb-8845-5b7c35ab3304",
            "gambit_id": "0efc6d9c-8018-4c02-8ff3-e7a3332620cb",
            "last_updated": "2023-12-28T18:28:10.191268-05:00",
            "created_at": "2023-12-27T09:03:04.127864-05:00",
            "name": "Houston Rockets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c63396f-3a2f-4ade-bbbd-979d9baae524/?format=api"
        }
    ]
}