GET /api/bet_types/65651b33-4111-4965-9bb5-22a56aa4f31e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65651b33-4111-4965-9bb5-22a56aa4f31e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a83109c-9364-4d4f-a6b7-975f7fb32971/?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": "DET",
                "amount": 5204.0
            },
            {
                "team": "CLE",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "de1fec44-c29d-40b5-ad1c-fb3186c851f6",
            "gambit_id": "3dbab163-3a8b-463f-83f5-f88954190290",
            "last_updated": "2022-08-16T14:07:09.596274-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65651b33-4111-4965-9bb5-22a56aa4f31e/?format=api"
        },
        {
            "id": "4d932475-7712-4e46-bd08-57d3f8e71aed",
            "gambit_id": "1b288120-6844-4b1a-9958-cec94f19e08b",
            "last_updated": "2022-08-16T14:07:09.595832-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65651b33-4111-4965-9bb5-22a56aa4f31e/?format=api"
        }
    ]
}