GET /api/bet_types/30143db2-4f83-4f58-9aaf-4e5aed758ab7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30143db2-4f83-4f58-9aaf-4e5aed758ab7",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f59c079-2f81-4ed0-ad41-b4318b596e7d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T13:52:00.445883-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": "Philadelphia Flyers",
                "amount": 5213.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "16869e90-8aad-432c-bd79-b54ad6f89046",
            "gambit_id": "edb87ecf-0512-474e-8411-26d85f277e0e",
            "last_updated": "2023-04-03T20:27:19.676424-04:00",
            "created_at": "2023-04-02T13:52:00.449554-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30143db2-4f83-4f58-9aaf-4e5aed758ab7/?format=api"
        },
        {
            "id": "3332057f-befa-484c-bce5-76a0227e82db",
            "gambit_id": "c6b4d4d9-08b8-4c9f-871d-89a127d71cec",
            "last_updated": "2023-04-03T20:27:19.673898-04:00",
            "created_at": "2023-04-02T13:52:00.447766-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30143db2-4f83-4f58-9aaf-4e5aed758ab7/?format=api"
        }
    ]
}