GET /api/bet_types/8e970d67-b856-4357-8fde-fe9c66c0b78f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e970d67-b856-4357-8fde-fe9c66c0b78f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4bf0ee0-0b4d-429c-964a-07cfb7e2fe63/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:17.810236-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": "Tampa Bay Lightning",
                "amount": 5213.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "80e9b299-5b57-4c31-b153-7ba79356c60d",
            "gambit_id": "d4d3280b-27a5-4173-b9bf-f882bd9792f1",
            "last_updated": "2023-11-29T21:53:08.094535-05:00",
            "created_at": "2023-11-28T09:33:17.813709-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e970d67-b856-4357-8fde-fe9c66c0b78f/?format=api"
        },
        {
            "id": "d862b867-6063-49c5-9596-2e5da6facf15",
            "gambit_id": "efb135ab-1491-4140-b3fd-e75341118a62",
            "last_updated": "2023-11-29T21:53:08.097776-05:00",
            "created_at": "2023-11-28T09:33:17.817901-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e970d67-b856-4357-8fde-fe9c66c0b78f/?format=api"
        }
    ]
}