GET /api/bet_types/4a9bc0a1-c6d1-4005-8ea2-f082677afb10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a9bc0a1-c6d1-4005-8ea2-f082677afb10",
    "match": "https://api-prod.gambitprofit.com/api/matches/8552944e-1a4b-40f7-bf5f-5fb26b75ac9f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T09:07:03.287356-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": "Los Angeles Lakers",
                "amount": 6667.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "72eb3156-c816-4e2b-8726-b95d77a0d4c1",
            "gambit_id": "1bfd6b81-24eb-40a4-9a0f-819ae3985d3f",
            "last_updated": "2023-02-24T12:17:07.764758-05:00",
            "created_at": "2023-02-23T09:07:03.288589-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a9bc0a1-c6d1-4005-8ea2-f082677afb10/?format=api"
        },
        {
            "id": "72984983-b812-4b5b-88a9-4a216dffb491",
            "gambit_id": "167a8727-3f29-4d30-ae7c-3202530c503b",
            "last_updated": "2023-02-24T12:17:07.765931-05:00",
            "created_at": "2023-02-23T09:07:03.289817-05:00",
            "name": "Golden State Warriors",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a9bc0a1-c6d1-4005-8ea2-f082677afb10/?format=api"
        }
    ]
}