GET /api/bet_types/8d0f7d7d-cd72-456d-9d07-48b0d1e3d8c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d0f7d7d-cd72-456d-9d07-48b0d1e3d8c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad35ad4a-a027-4d61-9669-bf194f29ac39/?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": "Los Angeles Kings",
                "amount": 5212.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "9806f70e-607a-4925-b4a8-20e42a525ba8",
            "gambit_id": "a6505748-9654-4a80-8de4-34be656265d8",
            "last_updated": "2022-10-12T10:17:00.516827-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d0f7d7d-cd72-456d-9d07-48b0d1e3d8c5/?format=api"
        },
        {
            "id": "d0812176-77eb-4a67-9d35-1d8dc560f5b5",
            "gambit_id": "49b358a7-90ca-441f-8636-871f578190dd",
            "last_updated": "2022-10-12T10:17:00.517806-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d0f7d7d-cd72-456d-9d07-48b0d1e3d8c5/?format=api"
        }
    ]
}