GET /api/bet_types/30793af3-e6ef-4770-8925-901b9b93178c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30793af3-e6ef-4770-8925-901b9b93178c",
    "match": "https://api-prod.gambitprofit.com/api/matches/95ac147b-3fb8-44c8-9ed9-f535ec559176/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-10T09:02:09.969993-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": "Chicago Blackhawks",
                "amount": 6956.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3044.0
            }
        ],
        "expected_reward_tokens": 9527.72,
        "profit_sb": 27.72,
        "profit_sb_percentage": 0.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc6e6e05-1584-48e8-b975-7c4fa6be16d2",
            "gambit_id": "601ee2ab-eb07-49aa-bf07-45dc22890c16",
            "last_updated": "2023-02-11T18:02:00.904162-05:00",
            "created_at": "2023-02-10T09:02:09.971415-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30793af3-e6ef-4770-8925-901b9b93178c/?format=api"
        },
        {
            "id": "fa0f50df-ea6e-4ff6-b6bb-d539064929d3",
            "gambit_id": "2c957e86-3e43-4b77-9034-90b4583de8fa",
            "last_updated": "2023-02-11T18:02:00.905342-05:00",
            "created_at": "2023-02-10T09:02:09.972882-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30793af3-e6ef-4770-8925-901b9b93178c/?format=api"
        }
    ]
}