GET /api/bet_types/76461549-1119-4d66-bad8-ea626d5626d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76461549-1119-4d66-bad8-ea626d5626d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3e6204d-e273-452f-a2a7-fac06d0ed5fe/?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": "Mississippi",
                "amount": 5000.0
            },
            {
                "team": "Auburn",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d264f8a7-8e37-48fc-8e2f-5fed0821377c",
            "gambit_id": "f476dad8-86e2-4f3a-ad13-1c18d9660316",
            "last_updated": "2022-10-16T15:07:11.948980-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76461549-1119-4d66-bad8-ea626d5626d3/?format=api"
        },
        {
            "id": "773fc6bd-0e1c-414e-a0f0-dc3ce96a6655",
            "gambit_id": "20474233-e001-44ff-a4e0-527627ff897e",
            "last_updated": "2022-10-16T15:07:11.949951-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76461549-1119-4d66-bad8-ea626d5626d3/?format=api"
        }
    ]
}