GET /api/bet_types/7dbac14c-c841-47bf-b6c1-acf71bde1cee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7dbac14c-c841-47bf-b6c1-acf71bde1cee",
    "match": "https://api-prod.gambitprofit.com/api/matches/9648936f-5671-447d-985d-99862a87b125/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T14:26:49.691735-04: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": "Detroit Red Wings",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "98fff416-c4ec-4297-ab49-e58dab32be89",
            "gambit_id": "e5ada0b8-2ee8-46c2-878f-cbf05548fab5",
            "last_updated": "2023-04-07T20:42:14.245938-04:00",
            "created_at": "2023-04-06T14:26:49.694325-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dbac14c-c841-47bf-b6c1-acf71bde1cee/?format=api"
        },
        {
            "id": "52f3995c-1949-448b-9f0b-238e5c1d3d87",
            "gambit_id": "cab68a4b-b7b1-4d5e-b14e-3341d5babe1d",
            "last_updated": "2023-04-07T20:42:14.248549-04:00",
            "created_at": "2023-04-06T14:26:49.696971-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dbac14c-c841-47bf-b6c1-acf71bde1cee/?format=api"
        }
    ]
}