GET /api/bet_types/9aa4f460-3047-4d32-80d1-354751fb843e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9aa4f460-3047-4d32-80d1-354751fb843e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fc9e0e8-7bb8-433a-a86c-b7cb812f7048/?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": "Marshall",
                "amount": 5000.0
            },
            {
                "team": "Bowling Green",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "21dbd983-134b-4241-ab58-8c95bfc23bbd",
            "gambit_id": "23cd0703-5cfa-4a14-a528-3d9e976d0692",
            "last_updated": "2022-09-18T18:02:28.355855-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aa4f460-3047-4d32-80d1-354751fb843e/?format=api"
        },
        {
            "id": "70868184-f7fe-479a-ba38-a36ffd1a3e2d",
            "gambit_id": "969528c2-171d-4406-82bc-8258acbfe0f0",
            "last_updated": "2022-09-18T18:02:28.354723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aa4f460-3047-4d32-80d1-354751fb843e/?format=api"
        }
    ]
}