GET /api/bet_types/d017bfee-4366-40da-ad9c-ed4954d042ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d017bfee-4366-40da-ad9c-ed4954d042ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5b30eff-66cd-4bbb-8558-9245c4645c2e/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c821953-6262-463d-b1f9-a4c266b4dd88",
            "gambit_id": "62d7feda-b944-4467-99a2-a708337cd4c7",
            "last_updated": "2022-11-10T09:17:45.799972-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d017bfee-4366-40da-ad9c-ed4954d042ed/?format=api"
        },
        {
            "id": "1f9d1bcd-2d8d-457a-9b94-1f09ba593ae5",
            "gambit_id": "3fccb702-63fa-4a59-9bd8-b462e761f3fd",
            "last_updated": "2022-11-10T09:17:45.799039-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d017bfee-4366-40da-ad9c-ed4954d042ed/?format=api"
        }
    ]
}