GET /api/bet_types/d01572b1-8bd1-49c1-ac53-79eaeeec8ac4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d01572b1-8bd1-49c1-ac53-79eaeeec8ac4",
    "match": "https://api-prod.gambitprofit.com/api/matches/10678c9c-6939-4dcf-a015-95b2f034c155/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:23.637828-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": "Philadelphia Flyers",
                "amount": 7033.0
            },
            {
                "team": "Calgary Flames",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e05f0d5-2016-42d3-83c3-2a9db70bcafc",
            "gambit_id": "28c55c1a-d5b4-4a56-b48c-66fea2e14d0d",
            "last_updated": "2024-01-09T10:18:18.033542-05:00",
            "created_at": "2024-01-06T09:23:23.647428-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d01572b1-8bd1-49c1-ac53-79eaeeec8ac4/?format=api"
        },
        {
            "id": "25db68c4-e38e-4436-855e-6403570ac5ac",
            "gambit_id": "667d1e13-9938-4554-9f32-ac038c2fcab1",
            "last_updated": "2024-01-09T10:18:18.030230-05:00",
            "created_at": "2024-01-06T09:23:23.642722-05:00",
            "name": "Calgary Flames",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d01572b1-8bd1-49c1-ac53-79eaeeec8ac4/?format=api"
        }
    ]
}