GET /api/bet_types/4accdf67-2145-446b-818c-3efe4037fa43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4accdf67-2145-446b-818c-3efe4037fa43",
    "match": "https://api-prod.gambitprofit.com/api/matches/d272428f-4c38-424b-a7ba-17db28fb8a57/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-26T12:37:06.325712-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": "Miami Heat",
                "amount": 5098.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "d36ae6a0-9d78-40d8-98c9-93e8c5d47c94",
            "gambit_id": "f4c34bc2-106f-438d-9636-6627b3da6e1c",
            "last_updated": "2022-12-27T10:32:04.627989-05:00",
            "created_at": "2022-12-26T12:37:06.326841-05:00",
            "name": "Miami Heat",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4accdf67-2145-446b-818c-3efe4037fa43/?format=api"
        },
        {
            "id": "4d96d927-15b3-4e8f-b19d-6bb1484b5ffa",
            "gambit_id": "bdc3347c-5dd6-4665-bed4-e069e6a0dabc",
            "last_updated": "2022-12-27T10:32:04.629062-05:00",
            "created_at": "2022-12-26T12:37:06.328044-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4accdf67-2145-446b-818c-3efe4037fa43/?format=api"
        }
    ]
}