GET /api/bet_types/ac5fd03d-a3df-4cf4-b293-e8a1b42d2f33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac5fd03d-a3df-4cf4-b293-e8a1b42d2f33",
    "match": "https://api-prod.gambitprofit.com/api/matches/d873dd19-8cb7-4b2c-8073-adb6ef30ca31/?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": "Philadelphia Flyers",
                "amount": 5316.0
            },
            {
                "team": "New York Rangers",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": 461.68,
        "profit_sb_percentage": 5.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "aabf6300-e258-4fcc-8883-300215555e74",
            "gambit_id": "4fef1aeb-a3c8-40d1-bf3a-f8995490ff70",
            "last_updated": "2022-11-02T20:57:11.311614-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac5fd03d-a3df-4cf4-b293-e8a1b42d2f33/?format=api"
        },
        {
            "id": "11fcafc9-3fb9-493f-98ba-763c93ee19c3",
            "gambit_id": "c3d40db8-6774-4bdc-8b13-5df9dd9e878e",
            "last_updated": "2022-11-02T20:57:11.310679-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac5fd03d-a3df-4cf4-b293-e8a1b42d2f33/?format=api"
        }
    ]
}