GET /api/bet_types/550c009e-ef51-4e1b-b36e-a43f580e0481/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "550c009e-ef51-4e1b-b36e-a43f580e0481",
    "match": "https://api-prod.gambitprofit.com/api/matches/e938987e-1d14-4c51-be0d-2811db1c4c2c/?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": "Pittsburgh Penguins",
                "amount": 6266.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "b08304bc-9147-4856-ab1a-7195344c71a4",
            "gambit_id": "cde49809-7cc8-4287-b117-04755510debe",
            "last_updated": "2022-11-12T17:47:38.737432-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/550c009e-ef51-4e1b-b36e-a43f580e0481/?format=api"
        },
        {
            "id": "4123d747-3e52-4dfa-8680-6fc1efd39bd3",
            "gambit_id": "194c51b7-c0fd-4298-bb67-2a78cd6623fa",
            "last_updated": "2022-11-12T17:47:38.736431-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/550c009e-ef51-4e1b-b36e-a43f580e0481/?format=api"
        }
    ]
}