GET /api/bet_types/c8ba48ab-3491-430f-9020-7a96fea5f8c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8ba48ab-3491-430f-9020-7a96fea5f8c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/12b7b737-f5b9-459a-901d-8fb327c45bcb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-19T12:17:08.826611-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": "MIL",
                "amount": 6241.0
            },
            {
                "team": "SEA",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed40aa82-a759-4bd0-a8d6-45a5397b0ae5",
            "gambit_id": "70da6b1d-c495-4e79-a2a3-c541da7f32da",
            "last_updated": "2023-04-20T11:42:17.840752-04:00",
            "created_at": "2023-04-19T12:17:08.830812-04:00",
            "name": "MIL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8ba48ab-3491-430f-9020-7a96fea5f8c6/?format=api"
        },
        {
            "id": "5b548f36-19ce-4e30-b86a-1bb3b59e7af6",
            "gambit_id": "66ce2b5e-ff17-493c-b388-93866fd4bd1e",
            "last_updated": "2023-04-20T11:42:17.838764-04:00",
            "created_at": "2023-04-19T12:17:08.828692-04:00",
            "name": "SEA",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8ba48ab-3491-430f-9020-7a96fea5f8c6/?format=api"
        }
    ]
}