GET /api/bet_types/280ec93f-7303-45c9-9080-fbb19826dd53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "280ec93f-7303-45c9-9080-fbb19826dd53",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b57ddba-5615-4eba-99c2-234c5583db94/?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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8e9dc79-ef52-4582-8eff-74966b176060",
            "gambit_id": "8ed67687-b762-4e61-9007-fd8a22ad32f9",
            "last_updated": "2022-12-01T16:12:22.901627-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280ec93f-7303-45c9-9080-fbb19826dd53/?format=api"
        },
        {
            "id": "baee932b-114b-46fd-91dd-9e998034b923",
            "gambit_id": "583f265f-9f0f-4ac3-bbe7-901a9e006cec",
            "last_updated": "2022-12-01T16:12:22.902600-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280ec93f-7303-45c9-9080-fbb19826dd53/?format=api"
        }
    ]
}