GET /api/bet_types/69ba5b05-3d90-4bc9-a272-812e590a1856/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69ba5b05-3d90-4bc9-a272-812e590a1856",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdd3aea8-e1fc-417a-8bfa-31f5c1bfa8f6/?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": "BAL",
                "amount": 5501.0
            },
            {
                "team": "TOR",
                "amount": 4499.0
            }
        ],
        "expected_reward_tokens": 9131.66,
        "profit_sb": 131.66,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "67352855-99dc-4621-ab66-8d997caf33d4",
            "gambit_id": "d6ff329e-8ce7-49ee-9a03-1f8dedc70822",
            "last_updated": "2022-12-24T17:12:25.353741-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69ba5b05-3d90-4bc9-a272-812e590a1856/?format=api"
        },
        {
            "id": "15b87983-40ef-4153-8255-317a642bccb9",
            "gambit_id": "e8026809-0feb-45aa-873c-c13d0e001a8f",
            "last_updated": "2022-12-24T17:12:25.355014-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.03000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69ba5b05-3d90-4bc9-a272-812e590a1856/?format=api"
        }
    ]
}