GET /api/bet_types/11f415d3-438b-43d7-9a2a-ff2e88dc0f24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11f415d3-438b-43d7-9a2a-ff2e88dc0f24",
    "match": "https://api-prod.gambitprofit.com/api/matches/73f9604c-a81c-4c99-9b2d-fbdc920dfb3a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-18T12:12:03.782123-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": "NYM",
                "amount": 5784.0
            },
            {
                "team": "LOS",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "173766f3-9670-43df-9cc2-dcc8bfc7fa9a",
            "gambit_id": "6a345af1-5bec-4cd6-86d8-ca4ffa836c1c",
            "last_updated": "2023-04-19T13:12:10.502455-04:00",
            "created_at": "2023-04-18T12:12:03.786749-04:00",
            "name": "NYM",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f415d3-438b-43d7-9a2a-ff2e88dc0f24/?format=api"
        },
        {
            "id": "d4bbe3e9-a508-443b-8d52-55f34c185f6b",
            "gambit_id": "d1ae4f9a-f65c-4f3a-b323-ffb161e78b6a",
            "last_updated": "2023-04-19T13:12:10.499929-04:00",
            "created_at": "2023-04-18T12:12:03.784329-04:00",
            "name": "LOS",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f415d3-438b-43d7-9a2a-ff2e88dc0f24/?format=api"
        }
    ]
}