GET /api/bet_types/82724db1-0046-4280-8e11-e6ba4fe8b6d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82724db1-0046-4280-8e11-e6ba4fe8b6d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/b90f9ccd-ba54-40da-8636-f774afe11f9a/?format=api",
    "name": "Pick the Winner",
    "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": "Oregon",
                "amount": 8069.0
            },
            {
                "team": "Arizona",
                "amount": 1931.0
            }
        ],
        "expected_reward_tokens": 9519.83,
        "profit_sb": 19.83,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "8628c40a-7286-488c-957b-06dcd8818425",
            "gambit_id": "076a8043-9c0a-4233-ac65-5f117f181aa0",
            "last_updated": "2022-10-11T11:37:05.292526-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.18000",
            "odds": "1.18520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82724db1-0046-4280-8e11-e6ba4fe8b6d0/?format=api"
        },
        {
            "id": "cb02f557-bf49-4618-9a7f-e26693a8d7f8",
            "gambit_id": "25cc1963-27ab-45f1-a952-43974145e4dc",
            "last_updated": "2022-10-11T11:37:05.291594-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "4.93000",
            "odds": "5.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82724db1-0046-4280-8e11-e6ba4fe8b6d0/?format=api"
        }
    ]
}