GET /api/bet_types/32e1e3b3-876d-429e-822f-b8982a9caec5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32e1e3b3-876d-429e-822f-b8982a9caec5",
    "match": "https://api-prod.gambitprofit.com/api/matches/abd824c4-39df-4dd5-984a-bf071a198e1a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T09:31:51.638137-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": "Philadelphia Flyers",
                "amount": 6458.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "2996e581-8b17-44c0-8ebf-62b72d8e765d",
            "gambit_id": "1f41ca47-b163-4c9b-9bbd-5ef36f354361",
            "last_updated": "2023-03-18T14:57:14.335050-04:00",
            "created_at": "2023-03-17T09:31:51.639803-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32e1e3b3-876d-429e-822f-b8982a9caec5/?format=api"
        },
        {
            "id": "922ae654-d8a9-4fd5-b834-30d9f6c6c345",
            "gambit_id": "0c89c416-0ba5-4920-8b5e-89d2bfbe0562",
            "last_updated": "2023-03-18T14:57:14.336018-04:00",
            "created_at": "2023-03-17T09:31:51.641234-04:00",
            "name": "Buffalo Sabres",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32e1e3b3-876d-429e-822f-b8982a9caec5/?format=api"
        }
    ]
}