GET /api/bet_types/587189d2-c965-4d75-93c1-9d6ce2b4fc29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "587189d2-c965-4d75-93c1-9d6ce2b4fc29",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a379dbb-f644-4196-b995-493f05044af2/?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": "BAL",
                "amount": 5304.0
            },
            {
                "team": "HOU",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "62825092-f1ca-47b6-b413-3788cae920b6",
            "gambit_id": "f68d7c78-5de8-46bf-a024-53ed5a7ae5d3",
            "last_updated": "2022-09-26T10:37:13.841046-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587189d2-c965-4d75-93c1-9d6ce2b4fc29/?format=api"
        },
        {
            "id": "c86ed2d3-31ff-4171-af3d-ed03a1c28f48",
            "gambit_id": "3e09db4f-ca43-4833-b57f-74690be20d3d",
            "last_updated": "2022-09-26T10:37:13.842084-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587189d2-c965-4d75-93c1-9d6ce2b4fc29/?format=api"
        }
    ]
}