GET /api/bet_types/3202e0cd-b7a4-4cce-89de-f84ffe638976/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3202e0cd-b7a4-4cce-89de-f84ffe638976",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4bf0ee0-0b4d-429c-964a-07cfb7e2fe63/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:17.821889-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": "Arizona Coyotes",
                "amount": 6759.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "8608ccd4-7f45-494a-9507-15c324e3cfce",
            "gambit_id": "198bb41e-046d-47bf-8472-9441eb75f296",
            "last_updated": "2023-11-29T21:53:08.107759-05:00",
            "created_at": "2023-11-28T09:33:17.830497-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3202e0cd-b7a4-4cce-89de-f84ffe638976/?format=api"
        },
        {
            "id": "1a41877e-da0e-4280-97e5-6f616da1400e",
            "gambit_id": "b738b260-82db-4241-ac5f-c31e92dbfa1f",
            "last_updated": "2023-11-29T21:53:08.104286-05:00",
            "created_at": "2023-11-28T09:33:17.825506-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3202e0cd-b7a4-4cce-89de-f84ffe638976/?format=api"
        }
    ]
}