GET /api/bet_types/6013cf24-509b-4553-a8d2-30b1e1595abf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6013cf24-509b-4553-a8d2-30b1e1595abf",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c778545-30c8-4334-8199-f8e6ba176bb2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:07.103486-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 Bengals",
                "amount": 5000.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ddfd3239-bce4-4b15-a829-150f0e6b7434",
            "gambit_id": "c50af477-3676-4d76-aa72-0341a827c586",
            "last_updated": "2023-11-17T12:53:13.709165-05:00",
            "created_at": "2023-11-16T09:28:07.109140-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6013cf24-509b-4553-a8d2-30b1e1595abf/?format=api"
        },
        {
            "id": "9bacc927-4e0e-439a-b706-0eb3d19d812a",
            "gambit_id": "4a70aa44-2b41-4a63-bc8a-6074d1360787",
            "last_updated": "2023-11-17T12:53:13.712479-05:00",
            "created_at": "2023-11-16T09:28:07.115085-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6013cf24-509b-4553-a8d2-30b1e1595abf/?format=api"
        }
    ]
}