GET /api/bet_types/6ad5bbf5-b485-4443-8544-873dad25a612/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ad5bbf5-b485-4443-8544-873dad25a612",
    "match": "https://api-prod.gambitprofit.com/api/matches/b22f7891-b905-4864-9cc5-f0851ed35782/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-18T08:43:14.272475-04: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": 6154.0
            },
            {
                "team": "HOU",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "28950e97-7513-43a9-9012-6d43f0e88dc4",
            "gambit_id": "7dcf525f-a8d6-4916-8930-7bf692460f84",
            "last_updated": "2023-08-21T10:13:05.511407-04:00",
            "created_at": "2023-08-18T08:43:14.276873-04:00",
            "name": "SEA",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ad5bbf5-b485-4443-8544-873dad25a612/?format=api"
        },
        {
            "id": "aa568df0-19ef-40ec-9305-1d5678eefe24",
            "gambit_id": "b0f48ee2-8d13-4054-ac21-eb0d4154cdf6",
            "last_updated": "2023-08-21T10:13:05.514639-04:00",
            "created_at": "2023-08-18T08:43:14.281043-04:00",
            "name": "HOU",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ad5bbf5-b485-4443-8544-873dad25a612/?format=api"
        }
    ]
}