GET /api/bet_types/0e76c090-f8f2-40fd-90a3-6854b21ba8d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e76c090-f8f2-40fd-90a3-6854b21ba8d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/13ef0377-0419-4722-bf05-b1e0868de7bd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-27T10:17:02.936422-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": 6563.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "7411f374-7a11-4ef7-9310-f375686f0ea5",
            "gambit_id": "3b483c69-4921-4a9b-b027-9f34d969bb87",
            "last_updated": "2023-02-28T12:37:09.691809-05:00",
            "created_at": "2023-02-27T10:17:02.939048-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e76c090-f8f2-40fd-90a3-6854b21ba8d6/?format=api"
        },
        {
            "id": "55bba8df-0333-419f-9066-727547b6bea5",
            "gambit_id": "910d00d0-83d7-45a8-ad49-b2e8ae9e5960",
            "last_updated": "2023-02-28T12:37:09.690641-05:00",
            "created_at": "2023-02-27T10:17:02.937749-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e76c090-f8f2-40fd-90a3-6854b21ba8d6/?format=api"
        }
    ]
}