GET /api/bet_types/f1be411c-b220-4723-bc6d-bd7a77db9c31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1be411c-b220-4723-bc6d-bd7a77db9c31",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbad438b-0aa4-4b11-bea6-56c5fc83422e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-11T09:38:13.000382-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": "Florida Panthers",
                "amount": 5614.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e52b84c-1c71-4647-80d9-5934a44abfba",
            "gambit_id": "ea356c3f-564b-4c4b-aebb-94b5fde3ef38",
            "last_updated": "2024-01-15T09:53:15.447190-05:00",
            "created_at": "2024-01-11T09:38:13.010369-05:00",
            "name": "Florida Panthers",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1be411c-b220-4723-bc6d-bd7a77db9c31/?format=api"
        },
        {
            "id": "0887f597-62c4-47c8-b9e0-579987db22ea",
            "gambit_id": "562b4da6-fd42-4b82-9567-65d48b251c86",
            "last_updated": "2024-01-15T09:53:15.443829-05:00",
            "created_at": "2024-01-11T09:38:13.005841-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1be411c-b220-4723-bc6d-bd7a77db9c31/?format=api"
        }
    ]
}