GET /api/bet_types/eb70e328-03a9-4a2e-80f8-73eb9f03f706/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb70e328-03a9-4a2e-80f8-73eb9f03f706",
    "match": "https://api-prod.gambitprofit.com/api/matches/36ddde4b-d07e-490b-9c47-676f951c5add/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:54.521112-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": "Toronto Maple Leafs",
                "amount": 5610.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e6f2552-9e56-4e71-911c-902c4785d199",
            "gambit_id": "5b48afb8-458e-43d2-8dca-aaf785aacd86",
            "last_updated": "2023-02-12T10:37:15.486953-05:00",
            "created_at": "2023-02-11T09:01:54.522389-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb70e328-03a9-4a2e-80f8-73eb9f03f706/?format=api"
        },
        {
            "id": "991b28cf-2be4-4254-a8b9-eaf0e1dfda93",
            "gambit_id": "3169a88b-2436-4c9c-9854-b7e24bc4337e",
            "last_updated": "2023-02-12T10:37:15.488349-05:00",
            "created_at": "2023-02-11T09:01:54.523740-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb70e328-03a9-4a2e-80f8-73eb9f03f706/?format=api"
        }
    ]
}