GET /api/bet_types/8f897cbb-926b-47ce-b2eb-3c55774fe3f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f897cbb-926b-47ce-b2eb-3c55774fe3f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f0a33b0-786e-4f05-9016-72f552906444/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:05.511643-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": "Detroit Pistons",
                "amount": 6611.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "882c871e-14e7-457d-800a-c29495214245",
            "gambit_id": "b83e3333-ae31-4a7f-91f4-2bd3b79b4db9",
            "last_updated": "2023-01-30T17:46:57.892432-05:00",
            "created_at": "2023-01-28T09:42:05.512935-05:00",
            "name": "Detroit Pistons",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f897cbb-926b-47ce-b2eb-3c55774fe3f8/?format=api"
        },
        {
            "id": "6e8b084a-c278-4675-9f2c-6cb18923eac8",
            "gambit_id": "9808e4a6-9a81-4592-8b7b-41f30cad0c4c",
            "last_updated": "2023-01-30T17:46:57.893612-05:00",
            "created_at": "2023-01-28T09:42:05.514145-05:00",
            "name": "Houston Rockets",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f897cbb-926b-47ce-b2eb-3c55774fe3f8/?format=api"
        }
    ]
}