GET /api/bet_types/dafff7d4-a84c-407b-960f-143f99a74b78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dafff7d4-a84c-407b-960f-143f99a74b78",
    "match": "https://api-prod.gambitprofit.com/api/matches/17a866d9-f288-4854-9e77-313b5ea4ec8c/?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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e9d7180-7f71-4381-be87-acded97434d7",
            "gambit_id": "7d656d74-4b30-4fcf-a0b5-13f84a9b3337",
            "last_updated": "2022-10-24T11:47:17.421173-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dafff7d4-a84c-407b-960f-143f99a74b78/?format=api"
        },
        {
            "id": "6e294e6e-f1af-4bdf-878a-34a30f448a60",
            "gambit_id": "e05662cb-8fec-48e3-9211-4e8e9f130596",
            "last_updated": "2022-10-24T11:47:17.422183-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dafff7d4-a84c-407b-960f-143f99a74b78/?format=api"
        }
    ]
}