GET /api/bet_types/904fc1d2-fe96-4601-beab-f75e9c1cad82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "904fc1d2-fe96-4601-beab-f75e9c1cad82",
    "match": "https://api-prod.gambitprofit.com/api/matches/cae5627e-d2be-4842-8dc0-efc4e7d843da/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:07:00.078014-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": "DET",
                "amount": 5512.0
            },
            {
                "team": "BAL",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "ede5c5a0-1fcd-4054-9fee-5f0334339720",
            "gambit_id": "61db3663-e5e2-43d6-b4b3-22061b17e944",
            "last_updated": "2023-04-23T12:41:50.936207-04:00",
            "created_at": "2023-04-22T13:07:00.082476-04:00",
            "name": "DET",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/904fc1d2-fe96-4601-beab-f75e9c1cad82/?format=api"
        },
        {
            "id": "9368a41c-1cb7-4a68-9fa4-f234677f8d67",
            "gambit_id": "42b4bb10-e7a4-416a-892d-e719aa666c3f",
            "last_updated": "2023-04-23T12:41:50.934584-04:00",
            "created_at": "2023-04-22T13:07:00.079596-04:00",
            "name": "BAL",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/904fc1d2-fe96-4601-beab-f75e9c1cad82/?format=api"
        }
    ]
}