GET /api/bet_types/a0d7b188-04c9-4c29-a650-1b4daaa6e33f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0d7b188-04c9-4c29-a650-1b4daaa6e33f",
    "match": "https://api-prod.gambitprofit.com/api/matches/71078450-1bcf-405f-800c-4e4a72c45e49/?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": "MIN",
                "amount": 6128.0
            },
            {
                "team": "CWS",
                "amount": 3872.0
            }
        ],
        "expected_reward_tokens": 9253.28,
        "profit_sb": 253.28,
        "profit_sb_percentage": 2.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "04931710-fb1b-4504-8847-99c9389b0c27",
            "gambit_id": "b56e4dd0-0e0d-4561-b6c4-5c16d46ad49a",
            "last_updated": "2022-09-05T13:37:09.479939-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0d7b188-04c9-4c29-a650-1b4daaa6e33f/?format=api"
        },
        {
            "id": "0b51fb14-2fb9-4904-93d3-64ae966d05e0",
            "gambit_id": "1e98b3a7-ce85-4e37-a2fc-cfb35b3b8784",
            "last_updated": "2022-09-05T13:37:09.478948-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.39000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0d7b188-04c9-4c29-a650-1b4daaa6e33f/?format=api"
        }
    ]
}