GET /api/bet_types/56f49df0-738a-4d7f-9ee1-e8b8d1f309de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56f49df0-738a-4d7f-9ee1-e8b8d1f309de",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dfcb4e5-85c5-4796-b130-c30a3fdee46e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:04.579530-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": 5319.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "6453874c-6820-4555-880b-7bb9074aa9c1",
            "gambit_id": "77f6f1e1-08b7-41cf-b0ec-a04f201f0c8e",
            "last_updated": "2023-12-29T11:08:25.822785-05:00",
            "created_at": "2023-12-27T09:03:04.588358-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f49df0-738a-4d7f-9ee1-e8b8d1f309de/?format=api"
        },
        {
            "id": "1c9b1625-dabc-4448-92c2-9f5a6d08a0c7",
            "gambit_id": "e041173c-c510-4369-8e6b-e1e1b864160a",
            "last_updated": "2023-12-29T11:08:25.819299-05:00",
            "created_at": "2023-12-27T09:03:04.583336-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f49df0-738a-4d7f-9ee1-e8b8d1f309de/?format=api"
        }
    ]
}