GET /api/bet_types/e815a8d6-a483-4669-b07a-fd45f6c6d339/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e815a8d6-a483-4669-b07a-fd45f6c6d339",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e870643-951a-49a2-8996-87e1a67f647a/?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": "Cincinnati",
                "amount": 5000.0
            },
            {
                "team": "East Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "df0b8dca-e2bd-401e-ab9c-d2a5ecf06ca1",
            "gambit_id": "8dfd0d30-3c9f-4c3f-9cd3-8fb9a96af757",
            "last_updated": "2022-11-14T15:23:22.753941-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e815a8d6-a483-4669-b07a-fd45f6c6d339/?format=api"
        },
        {
            "id": "3b955029-60a8-4365-bafe-3e1558e3c5d8",
            "gambit_id": "7c59d25d-19d0-4e3f-b533-72f65f388185",
            "last_updated": "2022-11-14T15:23:22.754896-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e815a8d6-a483-4669-b07a-fd45f6c6d339/?format=api"
        }
    ]
}