GET /api/bet_types/ec16225f-89a2-41fe-ad98-e8087dfaac1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec16225f-89a2-41fe-ad98-e8087dfaac1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b391417e-04fa-44e2-a4a3-6b776d9e4f1d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:05.129951-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": "Arizona Coyotes",
                "amount": 6546.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "06801b7e-8e88-4c95-8e69-f035d247f327",
            "gambit_id": "eadbfb12-b3f9-4a45-aabd-155df1d326d1",
            "last_updated": "2023-11-06T09:23:28.285056-05:00",
            "created_at": "2023-11-04T09:48:05.137706-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec16225f-89a2-41fe-ad98-e8087dfaac1d/?format=api"
        },
        {
            "id": "5455a377-f4e5-4428-8fcf-0fc78f42f628",
            "gambit_id": "fa93ea83-b7c6-40fd-8aef-7aa94d0d25c1",
            "last_updated": "2023-11-06T09:23:28.281705-05:00",
            "created_at": "2023-11-04T09:48:05.133587-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec16225f-89a2-41fe-ad98-e8087dfaac1d/?format=api"
        }
    ]
}