GET /api/bet_types/3eda6ae0-f76e-4b42-b4fe-87508f6de921/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3eda6ae0-f76e-4b42-b4fe-87508f6de921",
    "match": "https://api-prod.gambitprofit.com/api/matches/b24ddd92-f014-47f1-bac8-c0e9fb71210e/?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": "HOU",
                "amount": 5588.0
            },
            {
                "team": "OAK",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "a669891b-acf0-4823-9902-dec8ff758f3e",
            "gambit_id": "3bbbe033-e1ef-45a8-96cd-732f1591c1a5",
            "last_updated": "2022-08-14T13:46:51.648954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eda6ae0-f76e-4b42-b4fe-87508f6de921/?format=api"
        },
        {
            "id": "a9e5e50f-d306-4051-85df-fadb8e874b51",
            "gambit_id": "7b43c66d-df3d-4135-80a0-d7515d24de68",
            "last_updated": "2022-08-14T13:46:51.648524-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eda6ae0-f76e-4b42-b4fe-87508f6de921/?format=api"
        }
    ]
}