GET /api/bet_types/73b9629b-6545-46fd-8c31-8aee332e82df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73b9629b-6545-46fd-8c31-8aee332e82df",
    "match": "https://api-prod.gambitprofit.com/api/matches/43aa706f-4604-4232-a4c9-b68324b64de3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-09T08:48:02.001260-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": 5878.0
            },
            {
                "team": "PHI (Z Wheeler)",
                "amount": 4122.0
            }
        ],
        "expected_reward_tokens": 9521.82,
        "profit_sb": 21.82,
        "profit_sb_percentage": 0.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "42590671-5dc0-4be0-9592-cdef35ea44af",
            "gambit_id": "cbca0e10-4192-44a7-814e-95db39801348",
            "last_updated": "2023-10-10T09:48:21.937214-04:00",
            "created_at": "2023-10-09T08:48:02.025012-04:00",
            "name": "ATL (M Fried)",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73b9629b-6545-46fd-8c31-8aee332e82df/?format=api"
        },
        {
            "id": "b5fed8ec-cac8-4987-853f-4cdd6fc04782",
            "gambit_id": "e1847431-c287-4165-89d0-7336b9a934f1",
            "last_updated": "2023-10-10T09:48:21.933252-04:00",
            "created_at": "2023-10-09T08:48:02.015504-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "2.31000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73b9629b-6545-46fd-8c31-8aee332e82df/?format=api"
        }
    ]
}