GET /api/bet_types/2a6cccea-827e-4f5d-b005-12a800ad3730/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a6cccea-827e-4f5d-b005-12a800ad3730",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a085b71-6005-47af-bb86-9b86e5f1ff5e/?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": "Seattle Seahawks",
                "amount": 5097.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "d46d3d15-13f7-4a31-a083-f25fbefd2b9f",
            "gambit_id": "9ca33e28-11d5-4f78-b7f7-9202f99bf734",
            "last_updated": "2022-12-17T09:47:24.993372-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6cccea-827e-4f5d-b005-12a800ad3730/?format=api"
        },
        {
            "id": "8aa8298a-d394-44c0-b81c-e51e9f2cd5e9",
            "gambit_id": "719764af-7703-4717-b59a-12d17cf2b949",
            "last_updated": "2022-12-17T09:47:24.992306-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6cccea-827e-4f5d-b005-12a800ad3730/?format=api"
        }
    ]
}