GET /api/bet_types/ac52e0e7-9b61-40ec-ae4b-6fd27127ab8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac52e0e7-9b61-40ec-ae4b-6fd27127ab8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4031e437-7d5c-4c67-932b-6ed7df2e6538/?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": "MIL (E Lauer)",
                "amount": 6643.0
            },
            {
                "team": "CIN (R Dugger)",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9298.89,
        "profit_sb": 298.89,
        "profit_sb_percentage": 3.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b6a4a38-c288-437f-a7ab-a4139dd513e1",
            "gambit_id": "0c456725-7104-4739-9517-a8a912d34098",
            "last_updated": "2022-08-06T10:52:04.667431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (E Lauer)",
            "reward": "1.40000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac52e0e7-9b61-40ec-ae4b-6fd27127ab8a/?format=api"
        },
        {
            "id": "0bb46846-c1db-45b5-b3cf-88f659fb8662",
            "gambit_id": "c22e8afd-f1f5-45d8-a346-561557803888",
            "last_updated": "2022-08-06T10:52:04.667922-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (R Dugger)",
            "reward": "2.77000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac52e0e7-9b61-40ec-ae4b-6fd27127ab8a/?format=api"
        }
    ]
}