GET /api/bet_types/ea88b34d-836f-4e26-8de1-54da9e320b0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea88b34d-836f-4e26-8de1-54da9e320b0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbced27c-fcaf-489f-847f-4b09c195abfd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-27T08:57:15.678303-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 York Rangers",
                "amount": 5521.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "78b7ca44-0c8b-49f3-b319-e5a474258fc7",
            "gambit_id": "8ef2a91f-1047-4e68-aa78-4502d51670be",
            "last_updated": "2023-01-28T11:37:02.411383-05:00",
            "created_at": "2023-01-27T08:57:15.679736-05:00",
            "name": "New York Rangers",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea88b34d-836f-4e26-8de1-54da9e320b0c/?format=api"
        },
        {
            "id": "81d84bf9-2752-4b47-a385-e230baa6f40b",
            "gambit_id": "c127f302-e129-4a0f-8958-0a339ace1f3a",
            "last_updated": "2023-01-28T11:37:02.412539-05:00",
            "created_at": "2023-01-27T08:57:15.681204-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea88b34d-836f-4e26-8de1-54da9e320b0c/?format=api"
        }
    ]
}