GET /api/bet_types/9b17b002-a9a7-4f7c-a8fb-7b8e5af25d42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b17b002-a9a7-4f7c-a8fb-7b8e5af25d42",
    "match": "https://api-prod.gambitprofit.com/api/matches/da17361d-abde-4e2d-abfb-3a403229aba8/?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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "806ef411-7ba9-4ae7-b4c3-f2eba6141620",
            "gambit_id": "23898c17-7e25-49a1-b5a3-143f6a69ef51",
            "last_updated": "2022-11-29T09:52:05.129438-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b17b002-a9a7-4f7c-a8fb-7b8e5af25d42/?format=api"
        },
        {
            "id": "8fbb6914-aa5a-4462-830a-a18f5f2937cd",
            "gambit_id": "f09a9cdd-fbf9-45be-995f-c342873282af",
            "last_updated": "2022-11-29T09:52:05.128384-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b17b002-a9a7-4f7c-a8fb-7b8e5af25d42/?format=api"
        }
    ]
}