GET /api/bet_types/07f107d2-f5e1-403a-96e0-ea687ce9d4be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07f107d2-f5e1-403a-96e0-ea687ce9d4be",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6f4ab6c-0a5f-4864-8eaa-2c9a81fd7e01/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "San Francisco 49ers",
                "amount": 7438.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 2562.0
            }
        ],
        "expected_reward_tokens": 9223.12,
        "profit_sb": 223.12,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "becf440a-c095-410f-8109-0f38c3807dd9",
            "gambit_id": "378ea52b-f6d6-4049-b152-e417907ea96f",
            "last_updated": "2022-11-14T14:47:53.918210-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.24000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07f107d2-f5e1-403a-96e0-ea687ce9d4be/?format=api"
        },
        {
            "id": "bfbc2d09-592c-49d2-a2b2-ab0cd854fddc",
            "gambit_id": "f78438f5-6c6f-4bd3-a932-3c9e30311063",
            "last_updated": "2022-11-14T14:47:53.919179-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "3.60000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07f107d2-f5e1-403a-96e0-ea687ce9d4be/?format=api"
        }
    ]
}