GET /api/bet_types/bb63feb2-9d93-4a51-9a34-187ff651c82f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb63feb2-9d93-4a51-9a34-187ff651c82f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d339fe68-e5e7-48db-a17a-2236b4d39c8c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-05T09:53:21.765180-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": "BAL",
                "amount": 5107.0
            },
            {
                "team": "LAA",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4952dfd1-382b-47e3-8b99-3d6d2389d4bf",
            "gambit_id": "dcc7af35-6aa8-4b60-a189-4a2b3d06998d",
            "last_updated": "2023-09-06T18:58:02.107352-04:00",
            "created_at": "2023-09-05T09:53:21.769228-04:00",
            "name": "BAL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb63feb2-9d93-4a51-9a34-187ff651c82f/?format=api"
        },
        {
            "id": "7cc31e16-feea-4edd-a70c-d93cb7f34e6c",
            "gambit_id": "607d085a-1bb0-45ba-a985-8d6851359e7e",
            "last_updated": "2023-09-06T18:58:02.138900-04:00",
            "created_at": "2023-09-05T09:53:21.774684-04:00",
            "name": "LAA",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb63feb2-9d93-4a51-9a34-187ff651c82f/?format=api"
        }
    ]
}