GET /api/bet_types/beb924cb-fd05-4411-bd35-ad3bfa1fbcb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "beb924cb-fd05-4411-bd35-ad3bfa1fbcb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/124f90c8-d8f8-42f5-b734-5b43e1ce0d13/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-09T08:13:11.112330-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": 7106.0
            },
            {
                "team": "PIT (Q Priester)",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "72be83b0-0ae7-4b61-976d-49383c6cba32",
            "gambit_id": "4656a306-fceb-43a5-83be-cac031d4f0ad",
            "last_updated": "2023-08-10T12:32:55.710787-04:00",
            "created_at": "2023-08-09T08:13:11.116808-04:00",
            "name": "ATL (M Fried)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beb924cb-fd05-4411-bd35-ad3bfa1fbcb7/?format=api"
        },
        {
            "id": "2331a3f6-c7f7-477c-bb2f-72c157444a50",
            "gambit_id": "39176347-d75a-4d5c-85b4-7c12188a6675",
            "last_updated": "2023-08-10T12:32:55.714167-04:00",
            "created_at": "2023-08-09T08:13:11.120974-04:00",
            "name": "PIT (Q Priester)",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beb924cb-fd05-4411-bd35-ad3bfa1fbcb7/?format=api"
        }
    ]
}