GET /api/bet_types/f0112797-a7d6-4b98-aa80-a7b3790953bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0112797-a7d6-4b98-aa80-a7b3790953bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e4561fc-fb56-4ca8-ae78-e2e6ec104a1f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:48.118893-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": 5213.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c906955f-56ac-4a5b-9a0e-50e1ffeaba8b",
            "gambit_id": "63858c5d-d241-41f1-a4ee-2aa481f0ee79",
            "last_updated": "2023-04-01T10:41:47.545294-04:00",
            "created_at": "2023-03-31T09:56:48.124009-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0112797-a7d6-4b98-aa80-a7b3790953bd/?format=api"
        },
        {
            "id": "36101332-e22c-457f-8438-26c6972422f1",
            "gambit_id": "50d03c4f-f068-4162-bf66-dbf482e271c8",
            "last_updated": "2023-04-01T10:41:47.543229-04:00",
            "created_at": "2023-03-31T09:56:48.121338-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0112797-a7d6-4b98-aa80-a7b3790953bd/?format=api"
        }
    ]
}