GET /api/bet_types/52740a95-225e-4c18-8c73-8fb7470478da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52740a95-225e-4c18-8c73-8fb7470478da",
    "match": "https://api-prod.gambitprofit.com/api/matches/27bac4d1-0f1d-499f-a79c-f9e49de204fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-01T09:18:09.179119-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": "Cleveland Cavaliers",
                "amount": 7520.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 2480.0
            }
        ],
        "expected_reward_tokens": 9473.6,
        "profit_sb": -26.4,
        "profit_sb_percentage": -0.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "04f724a7-16c4-4148-80b1-6a358f098196",
            "gambit_id": "4eb6bc87-8ba1-4cb3-b7d0-493303c2a10b",
            "last_updated": "2024-02-02T14:43:23.542953-05:00",
            "created_at": "2024-02-01T09:18:09.183138-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52740a95-225e-4c18-8c73-8fb7470478da/?format=api"
        },
        {
            "id": "2d0101c5-5366-4360-bddb-01a892b34f39",
            "gambit_id": "be6fbc71-09ed-43d9-adec-e16431560dfa",
            "last_updated": "2024-02-02T14:43:23.539566-05:00",
            "created_at": "2024-02-01T09:18:09.187453-05:00",
            "name": "Memphis Grizzlies",
            "reward": "3.82000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52740a95-225e-4c18-8c73-8fb7470478da/?format=api"
        }
    ]
}