GET /api/bet_types/32fb4430-0d0a-4089-95ac-c819e7d2ca48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32fb4430-0d0a-4089-95ac-c819e7d2ca48",
    "match": "https://api-prod.gambitprofit.com/api/matches/de4d3218-8ef9-4672-817d-a32fac6a4958/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-07T08:48:14.729967-04: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": "ATL (M Fried)",
                "amount": 7324.0
            },
            {
                "team": "STL (A Wainwright)",
                "amount": 2676.0
            }
        ],
        "expected_reward_tokens": 9446.28,
        "profit_sb": -53.72,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "12ede05c-33eb-4b96-9a82-f9c05fbb3962",
            "gambit_id": "0e652999-1aeb-4223-946a-0a157682e020",
            "last_updated": "2023-09-08T09:38:01.543625-04:00",
            "created_at": "2023-09-07T08:48:14.751609-04:00",
            "name": "ATL (M Fried)",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32fb4430-0d0a-4089-95ac-c819e7d2ca48/?format=api"
        },
        {
            "id": "abd6aae7-de4d-41fd-bd8d-be7399f647d9",
            "gambit_id": "c5edb10d-3d97-4a33-b2b9-09f5cc084a2a",
            "last_updated": "2023-09-08T09:38:01.538247-04:00",
            "created_at": "2023-09-07T08:48:14.742674-04:00",
            "name": "STL (A Wainwright)",
            "reward": "3.53000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32fb4430-0d0a-4089-95ac-c819e7d2ca48/?format=api"
        }
    ]
}