GET /api/bet_types/7e1cd46b-3be8-473e-9d7f-d753d8e17b81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e1cd46b-3be8-473e-9d7f-d753d8e17b81",
    "match": "https://api-prod.gambitprofit.com/api/matches/1176e416-445b-4d11-b2e6-dbb15e3a21e4/?format=api",
    "name": "Pick the Winner",
    "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": "Vegas Golden Knights",
                "amount": 7101.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2899.0
            }
        ],
        "expected_reward_tokens": 9160.29,
        "profit_sb": 160.29,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "72396924-c1d9-4e82-ae3c-bc7c36224ad3",
            "gambit_id": "1dc8a25a-4198-48b2-886e-f73dc049a79d",
            "last_updated": "2022-12-22T20:32:20.832267-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.29000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e1cd46b-3be8-473e-9d7f-d753d8e17b81/?format=api"
        },
        {
            "id": "8b1b9248-d2e8-41e6-abf9-e9dccd9ff639",
            "gambit_id": "3e9863c0-25f7-4be8-be2e-df897f27c3bf",
            "last_updated": "2022-12-22T20:32:20.833415-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.16000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e1cd46b-3be8-473e-9d7f-d753d8e17b81/?format=api"
        }
    ]
}