GET /api/bet_types/9a620c67-ed08-44e0-87d5-798aa5518357/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a620c67-ed08-44e0-87d5-798aa5518357",
    "match": "https://api-prod.gambitprofit.com/api/matches/28f7d761-7b65-4870-ad69-91bd6a21d6de/?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": "SEA",
                "amount": 6519.0
            },
            {
                "team": "LAA",
                "amount": 3481.0
            }
        ],
        "expected_reward_tokens": 9189.84,
        "profit_sb": 189.84,
        "profit_sb_percentage": 2.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc98a701-742d-48eb-8a5b-f6fce096d0e3",
            "gambit_id": "71853769-9161-4a65-89fd-0beeb7d28bca",
            "last_updated": "2022-08-16T13:57:08.074581-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a620c67-ed08-44e0-87d5-798aa5518357/?format=api"
        },
        {
            "id": "5e9eabb0-e921-4efb-9b6c-9930f8dc7ffe",
            "gambit_id": "eb0a5322-3087-47cf-affa-36f5d0b4666b",
            "last_updated": "2022-08-16T13:57:08.074090-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "2.64000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a620c67-ed08-44e0-87d5-798aa5518357/?format=api"
        }
    ]
}