GET /api/bet_types/8905eaa1-f52f-4fbc-9f4a-d3479c851e32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8905eaa1-f52f-4fbc-9f4a-d3479c851e32",
    "match": "https://api-prod.gambitprofit.com/api/matches/e98547de-5239-48a4-9e67-8895b078b0ab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-04T15:22:13.798105-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": "New Orleans Pelicans",
                "amount": 5094.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "15e6eb58-5ad4-42b6-8995-f4bced414de1",
            "gambit_id": "0f8889c5-d748-4d1a-8a08-8552d8d71859",
            "last_updated": "2023-02-05T11:41:55.013205-05:00",
            "created_at": "2023-02-04T15:22:13.799400-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8905eaa1-f52f-4fbc-9f4a-d3479c851e32/?format=api"
        },
        {
            "id": "08a4550c-6ffe-4950-a1b8-fee4a2fccebf",
            "gambit_id": "f152a38f-a8a2-4178-a544-b745d5e1175b",
            "last_updated": "2023-02-05T11:41:55.014416-05:00",
            "created_at": "2023-02-04T15:22:13.800791-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8905eaa1-f52f-4fbc-9f4a-d3479c851e32/?format=api"
        }
    ]
}