GET /api/bet_types/dcf8ba62-ca1e-4f0e-85fd-01310828d87c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcf8ba62-ca1e-4f0e-85fd-01310828d87c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4dfaa88-e09c-4575-b7ca-172b166da0cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-17T23:07:15.428622-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": "Alabama",
                "amount": 7828.0
            },
            {
                "team": "Maryland",
                "amount": 2172.0
            }
        ],
        "expected_reward_tokens": 9469.92,
        "profit_sb": -30.08,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ea98610-84b2-450e-aaba-8ade9d07c7c7",
            "gambit_id": "b85479f1-e7ff-4338-bce9-1fed50179127",
            "last_updated": "2023-03-19T16:37:10.154041-04:00",
            "created_at": "2023-03-17T23:07:15.430387-04:00",
            "name": "Alabama",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcf8ba62-ca1e-4f0e-85fd-01310828d87c/?format=api"
        },
        {
            "id": "a9e19409-1c82-4ad4-9578-d4019d519e7a",
            "gambit_id": "0248f973-aa7a-4c01-af9c-fd07952b91fd",
            "last_updated": "2023-03-19T16:37:10.155407-04:00",
            "created_at": "2023-03-17T23:07:15.432335-04:00",
            "name": "Maryland",
            "reward": "4.36000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcf8ba62-ca1e-4f0e-85fd-01310828d87c/?format=api"
        }
    ]
}