GET /api/bet_types/9c9d321d-4a83-42e3-9a09-b2eb6346a7ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c9d321d-4a83-42e3-9a09-b2eb6346a7ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/7add9606-4934-45df-b23a-0a257a568003/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T09:48:14.525267-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": "Houston Rockets",
                "amount": 7615.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2385.0
            }
        ],
        "expected_reward_tokens": 9442.6,
        "profit_sb": -57.4,
        "profit_sb_percentage": -0.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "9895c8dd-0984-48e8-b3a3-7345508cd2bd",
            "gambit_id": "4d2b5bda-94ec-43c1-8761-62ee1eaf419d",
            "last_updated": "2024-01-15T10:08:20.069579-05:00",
            "created_at": "2024-01-12T09:48:14.529426-05:00",
            "name": "Houston Rockets",
            "reward": "1.24000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c9d321d-4a83-42e3-9a09-b2eb6346a7ae/?format=api"
        },
        {
            "id": "b9b7368e-8795-4473-8d36-b6e666f3a583",
            "gambit_id": "5abfd825-bf0d-41b7-ae22-2ae53a2513a4",
            "last_updated": "2024-01-15T10:08:20.073707-05:00",
            "created_at": "2024-01-12T09:48:14.533294-05:00",
            "name": "Detroit Pistons",
            "reward": "3.96000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c9d321d-4a83-42e3-9a09-b2eb6346a7ae/?format=api"
        }
    ]
}