GET /api/bet_types/19e06437-0357-49a9-a1ba-fa35a6048975/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19e06437-0357-49a9-a1ba-fa35a6048975",
    "match": "https://api-prod.gambitprofit.com/api/matches/b09b77c1-751a-492b-91ca-3eef81d490b0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:02:13.653208-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": "Vegas Golden Knights",
                "amount": 5317.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "57d84f67-5299-4230-b3bb-341224a55c3a",
            "gambit_id": "a441e8d6-ea8d-4e72-9414-e24beb695f9e",
            "last_updated": "2023-05-20T15:47:11.612765-04:00",
            "created_at": "2023-05-19T11:02:13.654705-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19e06437-0357-49a9-a1ba-fa35a6048975/?format=api"
        },
        {
            "id": "e514b924-5234-4c51-9760-f8c4c9606ccf",
            "gambit_id": "39a93714-a3b7-40e2-88e1-c630ca7d126e",
            "last_updated": "2023-05-20T15:47:11.614494-04:00",
            "created_at": "2023-05-19T11:02:13.656201-04:00",
            "name": "Dallas Stars",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19e06437-0357-49a9-a1ba-fa35a6048975/?format=api"
        }
    ]
}