GET /api/bet_types/98b6086f-3ee6-499c-811e-b999f4159822/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98b6086f-3ee6-499c-811e-b999f4159822",
    "match": "https://api-prod.gambitprofit.com/api/matches/37addd8f-e820-4bca-8e4e-9deaabc08296/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T09:02:19.167614-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": "Philadelphia Flyers",
                "amount": 6434.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea13dd16-c23f-44eb-ba26-f6d1cdf0ad94",
            "gambit_id": "5badf56a-ef2c-4f0f-9f7c-b2f746b1d68a",
            "last_updated": "2023-04-13T11:27:24.266845-04:00",
            "created_at": "2023-04-11T09:02:19.174137-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98b6086f-3ee6-499c-811e-b999f4159822/?format=api"
        },
        {
            "id": "f17fd5e4-9947-4462-8762-e5039fbc3833",
            "gambit_id": "d10efe1b-2d1f-4d48-9a52-204a0c12b470",
            "last_updated": "2023-04-13T11:27:24.268071-04:00",
            "created_at": "2023-04-11T09:02:19.176601-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98b6086f-3ee6-499c-811e-b999f4159822/?format=api"
        }
    ]
}