GET /api/bet_types/3eedbc7d-74d1-4107-a938-7dbf867edf10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3eedbc7d-74d1-4107-a938-7dbf867edf10",
    "match": "https://api-prod.gambitprofit.com/api/matches/58e166e0-8eb5-46b0-bfd6-ae9a6c1ec742/?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": "New Orleans Pelicans",
                "amount": 5304.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1065da9-a7a0-4339-85e7-b1ed6d2b99f8",
            "gambit_id": "f28c7f96-c601-4e27-96a3-4f091f778364",
            "last_updated": "2022-11-16T09:42:24.389883-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eedbc7d-74d1-4107-a938-7dbf867edf10/?format=api"
        },
        {
            "id": "dbb7b2ee-279f-4130-9a15-6c554deede67",
            "gambit_id": "e91bad0a-f19f-4694-9a61-3c143f2517b0",
            "last_updated": "2022-11-16T09:42:24.390861-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eedbc7d-74d1-4107-a938-7dbf867edf10/?format=api"
        }
    ]
}