GET /api/bet_types/fd63227c-cb11-49fa-93c5-2ae14bfe6019/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd63227c-cb11-49fa-93c5-2ae14bfe6019",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f82cc16-acf8-4000-81fe-375b08b53387/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-20T10:51:58.000724-04: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": "TAM (Z Eflin)",
                "amount": 6442.0
            },
            {
                "team": "MIL (E Lauer)",
                "amount": 3558.0
            }
        ],
        "expected_reward_tokens": 9534.16,
        "profit_sb": 34.16,
        "profit_sb_percentage": 0.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "04ab64d0-9f4f-4506-80f0-cc1dfbd45c25",
            "gambit_id": "b991c789-f60f-422b-8a9e-6d2b9ac533dd",
            "last_updated": "2023-05-22T13:22:17.853635-04:00",
            "created_at": "2023-05-20T10:51:58.002309-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd63227c-cb11-49fa-93c5-2ae14bfe6019/?format=api"
        },
        {
            "id": "6cb6df9a-2e5f-4697-8f83-1e71dff60049",
            "gambit_id": "95944129-e573-4cb2-a5d0-1d0ea387ca47",
            "last_updated": "2023-05-22T13:22:17.854814-04:00",
            "created_at": "2023-05-20T10:51:58.003969-04:00",
            "name": "MIL (E Lauer)",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd63227c-cb11-49fa-93c5-2ae14bfe6019/?format=api"
        }
    ]
}