GET /api/bet_types/a0975b55-a2df-4a24-9503-e496a0476d69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0975b55-a2df-4a24-9503-e496a0476d69",
    "match": "https://api-prod.gambitprofit.com/api/matches/d294a7e0-000c-45e9-aef7-9e7d88a64a26/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:37:08.433610-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": "Philadelphia 76ers",
                "amount": 6611.0
            },
            {
                "team": "Miami Heat",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a054d43-f2cb-44c6-a520-7647c5a8f026",
            "gambit_id": "0256f06a-0775-4d64-ac5f-9ab9c612df65",
            "last_updated": "2023-02-28T12:37:08.434816-05:00",
            "created_at": "2023-02-28T12:37:08.434824-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0975b55-a2df-4a24-9503-e496a0476d69/?format=api"
        },
        {
            "id": "5ccb06a7-572f-4cba-a605-564cfb32b8b8",
            "gambit_id": "8207df82-12bb-4b81-bcb3-50b6bcfc161e",
            "last_updated": "2023-02-28T12:37:08.436088-05:00",
            "created_at": "2023-02-28T12:37:08.436096-05:00",
            "name": "Miami Heat",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0975b55-a2df-4a24-9503-e496a0476d69/?format=api"
        }
    ]
}