GET /api/bet_types/e364ddb1-1e8a-4a03-ad5b-22f667bb4f0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e364ddb1-1e8a-4a03-ad5b-22f667bb4f0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/01bc8498-4c4f-4699-ae2e-111c150a445a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-26T09:48:14.116556-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": "Minnesota Timberwolves",
                "amount": 6864.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "651ed97e-3bf0-46ae-8a9b-c82f0454f6c6",
            "gambit_id": "fcc26457-fff7-4e84-a7c2-07084d0b8ca9",
            "last_updated": "2023-11-27T21:37:58.469474-05:00",
            "created_at": "2023-11-26T09:48:14.121097-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e364ddb1-1e8a-4a03-ad5b-22f667bb4f0c/?format=api"
        },
        {
            "id": "4101da97-8689-4b8e-ad99-5e50b89b3f72",
            "gambit_id": "6b8acc15-9ccb-4c04-a9bb-a69322ebf667",
            "last_updated": "2023-11-27T21:37:58.472806-05:00",
            "created_at": "2023-11-26T09:48:14.128919-05:00",
            "name": "Memphis Grizzlies",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e364ddb1-1e8a-4a03-ad5b-22f667bb4f0c/?format=api"
        }
    ]
}