GET /api/bet_types/956bcb99-6121-40d0-98ae-4595426a59a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "956bcb99-6121-40d0-98ae-4595426a59a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/25704b7e-77da-467d-ae2c-90a0f9bc5198/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T09:48:15.953796-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Minnesota Timberwolves",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota Timberwolves",
                "amount": 8879.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1121.0
            }
        ],
        "expected_reward_tokens": 9411.74,
        "profit_sb": -88.26,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4ee89a9-9829-40fd-9dc2-1c55406585a6",
            "gambit_id": "08759b4c-c2f1-4fdd-9bb0-6fe080fbb654",
            "last_updated": "2024-01-15T10:08:21.150432-05:00",
            "created_at": "2024-01-12T09:48:15.962214-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.06000",
            "odds": "1.06670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/956bcb99-6121-40d0-98ae-4595426a59a9/?format=api"
        },
        {
            "id": "d2a4e3e4-66ec-4cda-b11e-4cce18548656",
            "gambit_id": "ed642085-0652-4328-a626-b393d7a2d357",
            "last_updated": "2024-01-15T10:08:21.140602-05:00",
            "created_at": "2024-01-12T09:48:15.957970-05:00",
            "name": "Portland Trail Blazers",
            "reward": "8.40000",
            "odds": "8.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/956bcb99-6121-40d0-98ae-4595426a59a9/?format=api"
        }
    ]
}