GET /api/bet_types/115c481d-c431-47e0-a3ec-fc386a26d342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "115c481d-c431-47e0-a3ec-fc386a26d342",
    "match": "https://api-prod.gambitprofit.com/api/matches/97f2e661-7c12-42f7-bc17-126bcc1d6ca2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:14.306194-04: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 Bengals",
                "amount": 5000.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "eec6db77-1ce4-4f62-9932-29ff90585dbd",
            "gambit_id": "0740c7a9-ffc0-4333-a324-836df826f846",
            "last_updated": "2023-10-30T15:33:27.975043-04:00",
            "created_at": "2023-10-25T09:13:14.310343-04:00",
            "name": "Cincinnati Bengals",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115c481d-c431-47e0-a3ec-fc386a26d342/?format=api"
        },
        {
            "id": "18d413df-f1f4-4341-b2f9-78dc832a98b4",
            "gambit_id": "b84ea5b4-1951-4152-a0a4-afc9b53818cc",
            "last_updated": "2023-10-30T15:33:27.978689-04:00",
            "created_at": "2023-10-25T09:13:14.314467-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115c481d-c431-47e0-a3ec-fc386a26d342/?format=api"
        }
    ]
}