GET /api/bet_types/6e81ab1f-a3c3-4a17-94cd-8acf19389dce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e81ab1f-a3c3-4a17-94cd-8acf19389dce",
    "match": "https://api-prod.gambitprofit.com/api/matches/37de65ed-9d02-487d-9714-eaf32ff29452/?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": "Nashville Predators",
                "amount": 6675.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3325.0
            }
        ],
        "expected_reward_tokens": 9077.25,
        "profit_sb": 77.25,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "7d301437-fbb9-4d3e-8eb1-7efd58f01733",
            "gambit_id": "832be177-4744-4671-8e30-eae4c8444e9e",
            "last_updated": "2022-12-20T20:17:23.330146-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e81ab1f-a3c3-4a17-94cd-8acf19389dce/?format=api"
        },
        {
            "id": "17f035cd-29ac-43a6-a43b-f11b07308878",
            "gambit_id": "a4c3aa03-c8e1-4020-b49e-6d9b8ba2439c",
            "last_updated": "2022-12-20T20:17:23.331260-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.73000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e81ab1f-a3c3-4a17-94cd-8acf19389dce/?format=api"
        }
    ]
}