GET /api/bet_types/22a41f17-c774-44d5-915c-08f871bbd909/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22a41f17-c774-44d5-915c-08f871bbd909",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a798121-7c00-4a60-86e6-af863c5b61e2/?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": "Golden State Warriors",
                "amount": 8264.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 1736.0
            }
        ],
        "expected_reward_tokens": 9338.32,
        "profit_sb": 338.32,
        "profit_sb_percentage": 3.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "e826b902-0aaf-4582-93d7-3a9c9d789df2",
            "gambit_id": "7025fc54-76cd-4892-815d-f82e57760841",
            "last_updated": "2022-12-06T09:41:59.530181-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.13000",
            "odds": "1.14290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22a41f17-c774-44d5-915c-08f871bbd909/?format=api"
        },
        {
            "id": "9548d75b-9a0d-4e88-a95a-62baf99c4437",
            "gambit_id": "f14d5481-ce7c-412e-9b61-cc28508b78ec",
            "last_updated": "2022-12-06T09:41:59.531483-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "5.38000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22a41f17-c774-44d5-915c-08f871bbd909/?format=api"
        }
    ]
}