GET /api/bet_types/93ea5102-2b1f-44d2-b224-d2f1fc0f89d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93ea5102-2b1f-44d2-b224-d2f1fc0f89d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1309b5bd-039e-4636-a450-f01461ab84fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-03T11:22:14.363420-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": 6241.0
            },
            {
                "team": "SFO",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "35afcddb-f466-4471-80fb-8190cd1a59a6",
            "gambit_id": "f2c74fda-e931-4325-bb40-2539e8c5815e",
            "last_updated": "2023-06-05T10:57:20.997523-04:00",
            "created_at": "2023-06-03T11:22:14.365486-04:00",
            "name": "BAL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93ea5102-2b1f-44d2-b224-d2f1fc0f89d3/?format=api"
        },
        {
            "id": "f09d398f-026b-4b31-bb74-29da463b47e6",
            "gambit_id": "877bb6c5-09ec-4092-947e-8d19d86ed0cc",
            "last_updated": "2023-06-05T10:57:20.999956-04:00",
            "created_at": "2023-06-03T11:22:14.367687-04:00",
            "name": "SFO",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93ea5102-2b1f-44d2-b224-d2f1fc0f89d3/?format=api"
        }
    ]
}