GET /api/bet_types/0141ec5f-214d-410a-a116-44fe58a5e0cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0141ec5f-214d-410a-a116-44fe58a5e0cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/b97c7821-10a1-4afa-915c-ca375eee65a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T09:07:59.139204-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": "Arizona Coyotes",
                "amount": 6546.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5322895-e0bb-4892-b2ea-6fb3f3881f87",
            "gambit_id": "be6ddd7b-3301-425c-86a1-2369a957d4af",
            "last_updated": "2023-10-30T14:58:10.197658-04:00",
            "created_at": "2023-10-27T09:07:59.148306-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0141ec5f-214d-410a-a116-44fe58a5e0cc/?format=api"
        },
        {
            "id": "06912a3f-e57d-4f34-b8e7-12ea330894cc",
            "gambit_id": "1eeebb84-12d8-4951-b7bd-e444898c0ecb",
            "last_updated": "2023-10-30T14:58:10.194164-04:00",
            "created_at": "2023-10-27T09:07:59.143855-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0141ec5f-214d-410a-a116-44fe58a5e0cc/?format=api"
        }
    ]
}