GET /api/bet_types/d642fb1a-6b48-4304-a4e7-2f58cd1210e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d642fb1a-6b48-4304-a4e7-2f58cd1210e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/4756e1fa-2859-46cc-9f5a-5178ae8ffbc6/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "Washington Commanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "88549f20-fc49-4a2c-a253-377b6d617774",
            "gambit_id": "355976bb-5921-4557-b436-8c4107cb0d78",
            "last_updated": "2022-12-19T13:27:04.883551-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d642fb1a-6b48-4304-a4e7-2f58cd1210e6/?format=api"
        },
        {
            "id": "f87f9dc7-17a8-4c10-ab42-4d784af0669c",
            "gambit_id": "725dcca3-595f-4edc-8d39-d3ca2dcde4b6",
            "last_updated": "2022-12-19T13:27:04.882415-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d642fb1a-6b48-4304-a4e7-2f58cd1210e6/?format=api"
        }
    ]
}