GET /api/bet_types/84075257-b46f-4419-a006-31c185d8d64d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84075257-b46f-4419-a006-31c185d8d64d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0f29df7-2119-4e3f-bb8f-822b17636d84/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:42:07.822641-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": "Dallas Stars",
                "amount": 5599.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "99aad627-2582-4044-9f7d-b1816dee5e76",
            "gambit_id": "6cfcebe4-c181-44f0-92db-cfaf794efaac",
            "last_updated": "2023-04-27T11:52:04.592815-04:00",
            "created_at": "2023-04-25T11:42:07.824351-04:00",
            "name": "Dallas Stars",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84075257-b46f-4419-a006-31c185d8d64d/?format=api"
        },
        {
            "id": "54026ad8-39e8-49d5-990c-afadc49cc960",
            "gambit_id": "fadaec72-cfc5-4ee7-b921-00016a57d340",
            "last_updated": "2023-04-27T11:52:04.594363-04:00",
            "created_at": "2023-04-25T11:42:07.826176-04:00",
            "name": "Minnesota Wild",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84075257-b46f-4419-a006-31c185d8d64d/?format=api"
        }
    ]
}