GET /api/bet_types/4ad69554-380e-4118-af82-0133f8d18e15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ad69554-380e-4118-af82-0133f8d18e15",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a72de2b-5d20-4068-81a0-19b0c1f80790/?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": "New York Rangers",
                "amount": 5097.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f8c810e-593a-463f-884d-28d694026e12",
            "gambit_id": "8a774b6c-ebed-4796-9414-a0c82b8cbdff",
            "last_updated": "2022-12-13T10:12:00.011409-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad69554-380e-4118-af82-0133f8d18e15/?format=api"
        },
        {
            "id": "af5e7a9f-1daa-49d6-a0fd-3c12fb342c62",
            "gambit_id": "d54be232-bf73-45d0-a73d-0c97e9130c28",
            "last_updated": "2022-12-13T10:12:00.012468-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad69554-380e-4118-af82-0133f8d18e15/?format=api"
        }
    ]
}