GET /api/bet_types/7c1991dd-02af-49e4-bbe4-dd6737d5175c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c1991dd-02af-49e4-bbe4-dd6737d5175c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3bc0dab-29f4-40a6-af92-20eefba353d3/?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": "Los Angeles Kings",
                "amount": 6802.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3198.0
            }
        ],
        "expected_reward_tokens": 9114.3,
        "profit_sb": 114.3,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "4737521e-4568-41d8-b4f4-0fc7bc64f7f7",
            "gambit_id": "a8634a42-dad4-4f11-ab39-60888c4d07ee",
            "last_updated": "2022-12-23T11:52:15.264454-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c1991dd-02af-49e4-bbe4-dd6737d5175c/?format=api"
        },
        {
            "id": "f8db413e-713c-4973-8e1a-e14fa39667fe",
            "gambit_id": "4974205b-28b2-460b-8189-d85fddad6db7",
            "last_updated": "2022-12-23T11:52:15.265573-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.85000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c1991dd-02af-49e4-bbe4-dd6737d5175c/?format=api"
        }
    ]
}