GET /api/bet_types/2d19cada-9b80-4d6c-9559-e1c18b800565/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d19cada-9b80-4d6c-9559-e1c18b800565",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd1b8e32-eb47-43a3-812c-2d5fcc3a8cb7/?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": "Tulsa",
                "amount": 5000.0
            },
            {
                "team": "Cincinnati",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "2540ec71-0e3e-40a1-a3f5-97d0187bf5ea",
            "gambit_id": "f7557e65-343b-437e-ab54-2171e3954102",
            "last_updated": "2022-10-03T11:07:28.434552-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d19cada-9b80-4d6c-9559-e1c18b800565/?format=api"
        },
        {
            "id": "21ddc921-1ef7-4c1d-9fea-1e6c0bc19bee",
            "gambit_id": "0d48f2dc-ca7a-4a4a-835b-91bb0707bd1c",
            "last_updated": "2022-10-03T11:07:28.433551-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d19cada-9b80-4d6c-9559-e1c18b800565/?format=api"
        }
    ]
}