GET /api/bet_types/ab7dce0a-9fb0-4e4c-9651-37af0c2e662e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab7dce0a-9fb0-4e4c-9651-37af0c2e662e",
    "match": "https://api-prod.gambitprofit.com/api/matches/47a2ef10-a172-456e-ac78-0976bee2c9c6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-21T09:03:04.956025-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 Lakers",
                "amount": 7191.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2809.0
            }
        ],
        "expected_reward_tokens": 9492.12,
        "profit_sb": -7.88,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "3773b654-e4aa-415a-aada-e547d78ce16b",
            "gambit_id": "68eec666-670b-41d0-b1c0-de24ae69daa3",
            "last_updated": "2023-11-22T09:43:25.802677-05:00",
            "created_at": "2023-11-21T09:03:04.983749-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab7dce0a-9fb0-4e4c-9651-37af0c2e662e/?format=api"
        },
        {
            "id": "69eab342-f84c-4ea3-92eb-b090cdd9aa6f",
            "gambit_id": "afdd148b-bc05-4825-9c34-d90498202004",
            "last_updated": "2023-11-22T09:43:25.783375-05:00",
            "created_at": "2023-11-21T09:03:04.969552-05:00",
            "name": "Utah Jazz",
            "reward": "3.38000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab7dce0a-9fb0-4e4c-9651-37af0c2e662e/?format=api"
        }
    ]
}