GET /api/bet_types/f1957cb5-e43e-4da8-9b4c-a476eb2e8bce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1957cb5-e43e-4da8-9b4c-a476eb2e8bce",
    "match": "https://api-prod.gambitprofit.com/api/matches/22a4513b-a0e1-424d-a3c5-f18d75c6f0d2/?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": "Phoenix Suns",
                "amount": 7839.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2161.0
            }
        ],
        "expected_reward_tokens": 9249.08,
        "profit_sb": 249.08,
        "profit_sb_percentage": 2.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "75244996-15a6-41b7-ba3b-3d3c6a652a0f",
            "gambit_id": "86f2bbba-c4d2-4cfc-95a8-3a7df425604f",
            "last_updated": "2022-12-05T15:47:15.660535-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1957cb5-e43e-4da8-9b4c-a476eb2e8bce/?format=api"
        },
        {
            "id": "d0bce5cc-9ae8-4cbf-a805-234bf951127e",
            "gambit_id": "7e8f0831-0fc7-458b-bb55-7ae8637dcb6a",
            "last_updated": "2022-12-05T15:47:15.659540-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "4.28000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1957cb5-e43e-4da8-9b4c-a476eb2e8bce/?format=api"
        }
    ]
}