GET /api/bet_types/c9e23cf8-161d-47b4-ab7f-184339983b62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9e23cf8-161d-47b4-ab7f-184339983b62",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0deb5ee-c409-4e93-be49-945b3863de7a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:12.797630-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": "Kentucky",
                "amount": 6308.0
            },
            {
                "team": "Providence",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "45fd7ad3-42ca-4515-842e-e10c38626c61",
            "gambit_id": "299deb6a-bb43-4f97-8ab6-ca2a69f22f22",
            "last_updated": "2023-03-18T11:42:24.074485-04:00",
            "created_at": "2023-03-14T19:52:12.799853-04:00",
            "name": "Kentucky",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9e23cf8-161d-47b4-ab7f-184339983b62/?format=api"
        },
        {
            "id": "4bb9439b-9698-4323-98f1-43cc18f17db5",
            "gambit_id": "337c0cd3-599e-4059-8ca2-56884c8fc8fa",
            "last_updated": "2023-03-18T11:42:24.075684-04:00",
            "created_at": "2023-03-14T19:52:12.801903-04:00",
            "name": "Providence",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9e23cf8-161d-47b4-ab7f-184339983b62/?format=api"
        }
    ]
}