GET /api/bet_types/2fe5c9c6-9aab-4010-821e-431a6f1c1c91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fe5c9c6-9aab-4010-821e-431a6f1c1c91",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b3a4d2b-1fe5-47f8-a2a7-af5cfbfbf5a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:11.986252-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": "Florida Panthers",
                "amount": 5213.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7a4aa22-399c-4d3a-8d4c-333d388e0d2f",
            "gambit_id": "5a2f7ab1-3dc8-4cb9-86d1-d65c5dab54e4",
            "last_updated": "2023-04-27T11:52:05.774205-04:00",
            "created_at": "2023-04-26T12:02:11.988844-04:00",
            "name": "Florida Panthers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fe5c9c6-9aab-4010-821e-431a6f1c1c91/?format=api"
        },
        {
            "id": "8f007a82-e3d2-4ba6-9d08-63108b9b7718",
            "gambit_id": "fad7430d-a34d-45ab-9862-f12db7bf8b37",
            "last_updated": "2023-04-27T11:52:05.772108-04:00",
            "created_at": "2023-04-26T12:02:11.987512-04:00",
            "name": "Boston Bruins",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fe5c9c6-9aab-4010-821e-431a6f1c1c91/?format=api"
        }
    ]
}