GET /api/bet_types/cdd92ae3-0d71-4575-8cf3-c50a653c89ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdd92ae3-0d71-4575-8cf3-c50a653c89ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/b824b7e0-5bf4-435c-8543-8be94c752e54/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": 6731.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3269.0
            }
        ],
        "expected_reward_tokens": 9153.2,
        "profit_sb": 153.2,
        "profit_sb_percentage": 1.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "f977d2b2-d313-4ec4-b035-3db3aedc3654",
            "gambit_id": "ee0a516d-98b8-4e00-9698-538ac9528e5e",
            "last_updated": "2022-11-14T11:02:49.320515-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.36000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdd92ae3-0d71-4575-8cf3-c50a653c89ae/?format=api"
        },
        {
            "id": "fb2b7cc5-74f7-46a5-bc1d-3fd8ba508980",
            "gambit_id": "92b6d305-78bc-46ce-81e8-b890a85c4722",
            "last_updated": "2022-11-14T11:02:49.321487-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "2.80000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdd92ae3-0d71-4575-8cf3-c50a653c89ae/?format=api"
        }
    ]
}