GET /api/bet_types/e8b02aef-9f2e-4e22-863a-b77e8a0c927c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8b02aef-9f2e-4e22-863a-b77e8a0c927c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0328909e-ca04-4f42-bc8b-a2979126827d/?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": "Buffalo Sabres",
                "amount": 5316.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "531afff7-925b-404f-b81a-6877773c933f",
            "gambit_id": "23c1c173-1fde-4004-afda-78f5e1b19b2d",
            "last_updated": "2022-10-19T09:37:27.684984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b02aef-9f2e-4e22-863a-b77e8a0c927c/?format=api"
        },
        {
            "id": "1f4cf722-0e62-415c-8524-9305bf502901",
            "gambit_id": "0f52be74-254f-415f-a0ea-8707976d0454",
            "last_updated": "2022-10-19T09:37:27.683982-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b02aef-9f2e-4e22-863a-b77e8a0c927c/?format=api"
        }
    ]
}