GET /api/bet_types/f4347d5a-3521-43ac-b371-50c1339f988e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4347d5a-3521-43ac-b371-50c1339f988e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd5ab7bd-9d75-4496-baff-f8796dc68558/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:06.091619-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": "Washington Capitals",
                "amount": 5107.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e7487b2-7cfc-4f1f-8b8d-a9c134422736",
            "gambit_id": "0487cf60-5a9e-47ac-b80a-a7b78f5269ec",
            "last_updated": "2023-12-01T19:13:13.506097-05:00",
            "created_at": "2023-11-30T10:28:06.096446-05:00",
            "name": "Washington Capitals",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4347d5a-3521-43ac-b371-50c1339f988e/?format=api"
        },
        {
            "id": "5c90b2f5-afb4-423f-a95a-3d59d1a496e5",
            "gambit_id": "924537fe-af1f-4657-95c9-32f049e3441b",
            "last_updated": "2023-12-01T19:13:13.509641-05:00",
            "created_at": "2023-11-30T10:28:06.101234-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4347d5a-3521-43ac-b371-50c1339f988e/?format=api"
        }
    ]
}