GET /api/bet_types/419ef8fc-3a55-41ba-8b05-91e960acbee9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "419ef8fc-3a55-41ba-8b05-91e960acbee9",
    "match": "https://api-prod.gambitprofit.com/api/matches/519b4dc7-5798-4cdd-b664-b2b168d6d884/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-30T13:13:09.902399-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": "Philadelphia Phillies",
                "amount": 6449.0
            },
            {
                "team": "New York Mets",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "5fb5e433-d0f2-42d8-b94b-9d40435a0387",
            "gambit_id": "e7518dd8-fafb-4293-abc9-eb001dccec7b",
            "last_updated": "2023-10-02T11:03:24.098663-04:00",
            "created_at": "2023-09-30T13:13:09.908026-04:00",
            "name": "Philadelphia Phillies",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/419ef8fc-3a55-41ba-8b05-91e960acbee9/?format=api"
        },
        {
            "id": "e0900ad0-d9c9-429b-813a-c91001e93f5d",
            "gambit_id": "f041cce9-f8a7-4a3d-b4f0-abd17059c2c9",
            "last_updated": "2023-10-02T11:03:24.103105-04:00",
            "created_at": "2023-09-30T13:13:09.912043-04:00",
            "name": "New York Mets",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/419ef8fc-3a55-41ba-8b05-91e960acbee9/?format=api"
        }
    ]
}