GET /api/bet_types/7bfcf4bd-5463-4e7e-9d23-8953de3e4c4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bfcf4bd-5463-4e7e-9d23-8953de3e4c4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e80c9b34-77aa-45a0-8e21-8a429bafa7b7/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "St Louis Blues",
                "amount": 6235.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "cec3b50b-d578-49aa-ac9f-e838eadcdae0",
            "gambit_id": "af85f5cc-0ac7-4dc4-96f9-3bf90a3f3266",
            "last_updated": "2022-10-24T10:17:09.986963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bfcf4bd-5463-4e7e-9d23-8953de3e4c4f/?format=api"
        },
        {
            "id": "3a2fb0bf-7c6a-4be5-9ff1-b5b2296b6fd4",
            "gambit_id": "511fd70b-b99f-4cbf-99ce-e13f632ceb30",
            "last_updated": "2022-10-24T10:17:09.985961-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bfcf4bd-5463-4e7e-9d23-8953de3e4c4f/?format=api"
        }
    ]
}