GET /api/bet_types/280e03e2-fcbe-4a75-85fd-1b084b43f8e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "280e03e2-fcbe-4a75-85fd-1b084b43f8e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4c010c7-8d00-4d43-b5fc-470b1d0c15ac/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-22T08:52:02.316483-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": "Dallas Stars",
                "amount": 6025.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "3263501b-1e28-4e18-9ee4-9c7c50f0f770",
            "gambit_id": "fc441e0f-7ff3-4671-94ef-fe1e4cfc6926",
            "last_updated": "2023-02-23T09:26:55.763756-05:00",
            "created_at": "2023-02-22T08:52:02.317771-05:00",
            "name": "Dallas Stars",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280e03e2-fcbe-4a75-85fd-1b084b43f8e9/?format=api"
        },
        {
            "id": "c9d693e3-f3db-491e-ae69-c2187f7d1e3e",
            "gambit_id": "e84254f5-4c91-4dc6-81e3-249ca6832cc4",
            "last_updated": "2023-02-23T09:26:55.764935-05:00",
            "created_at": "2023-02-22T08:52:02.319079-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280e03e2-fcbe-4a75-85fd-1b084b43f8e9/?format=api"
        }
    ]
}