GET /api/bet_types/2e341161-2e92-41b6-a8de-bea138b1a6fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e341161-2e92-41b6-a8de-bea138b1a6fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/542292e9-1484-437a-a6b8-ec8ef4652acf/?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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7087a31-d1c2-4936-9a3b-88f2c39c1843",
            "gambit_id": "8ceba21e-888e-4543-9c6a-5ce3309524df",
            "last_updated": "2022-10-29T19:02:23.657788-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e341161-2e92-41b6-a8de-bea138b1a6fa/?format=api"
        },
        {
            "id": "6af4c1f1-49b1-45bd-b4b1-b05c4e352ce3",
            "gambit_id": "e7af71eb-a111-41e2-9281-f5b8b6dfb766",
            "last_updated": "2022-10-29T19:02:23.658854-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e341161-2e92-41b6-a8de-bea138b1a6fa/?format=api"
        }
    ]
}