GET /api/bet_types/39cf2332-8cd9-483f-b6f7-199190905c83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39cf2332-8cd9-483f-b6f7-199190905c83",
    "match": "https://api-prod.gambitprofit.com/api/matches/32ba2d76-f3a9-4728-a235-541c02892eab/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-09T09:42:59.826281-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": "SEA",
                "amount": 5939.0
            },
            {
                "team": "TAM",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ebd5471-e966-4a8d-b502-835e90e2398a",
            "gambit_id": "40a1c4f3-fce3-4829-b002-c7bceb0ab767",
            "last_updated": "2023-09-16T13:03:03.998020-04:00",
            "created_at": "2023-09-09T09:42:59.830242-04:00",
            "name": "SEA",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39cf2332-8cd9-483f-b6f7-199190905c83/?format=api"
        },
        {
            "id": "12ee17f3-a00d-4dc3-8f49-5b4f1610564f",
            "gambit_id": "ee47397f-3631-4452-8e18-ad81f0c66766",
            "last_updated": "2023-09-16T13:03:04.002981-04:00",
            "created_at": "2023-09-09T09:42:59.835341-04:00",
            "name": "TAM",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39cf2332-8cd9-483f-b6f7-199190905c83/?format=api"
        }
    ]
}