GET /api/bet_types/1f203cfe-f805-45d9-b1bb-130fa75d50fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f203cfe-f805-45d9-b1bb-130fa75d50fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5566782-21ab-41e3-9152-1975823394e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-25T09:23:03.248285-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": "Boston Bruins",
                "amount": 5214.0
            },
            {
                "team": "New York Rangers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "27760970-e5e9-4d92-9af4-4cb1cda98c89",
            "gambit_id": "5146378f-334f-46f5-8bcd-a50d04b72f4f",
            "last_updated": "2023-11-27T10:18:23.386995-05:00",
            "created_at": "2023-11-25T09:23:03.253980-05:00",
            "name": "Boston Bruins",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f203cfe-f805-45d9-b1bb-130fa75d50fd/?format=api"
        },
        {
            "id": "b7a3c42a-8cb2-42a7-a5d5-a13c59d79693",
            "gambit_id": "3172f74b-3200-499f-9be4-f75df94fb092",
            "last_updated": "2023-11-27T10:18:23.390749-05:00",
            "created_at": "2023-11-25T09:23:03.259516-05:00",
            "name": "New York Rangers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f203cfe-f805-45d9-b1bb-130fa75d50fd/?format=api"
        }
    ]
}