GET /api/bet_types/f4346dc1-c5e0-4b06-8049-a303df9b590a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4346dc1-c5e0-4b06-8049-a303df9b590a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d63222ff-a212-4a69-bf2b-d5b9c4fcf766/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-23T09:28:10.857159-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": "TAM (Z Eflin)",
                "amount": 6728.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 3272.0
            }
        ],
        "expected_reward_tokens": 9553.76,
        "profit_sb": 53.76,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee21c274-dadc-42d0-9610-2ddba10e1ff0",
            "gambit_id": "186a02cd-9766-45c0-b465-f420b70368d3",
            "last_updated": "2023-06-26T10:23:06.245449-04:00",
            "created_at": "2023-06-23T09:28:10.860946-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4346dc1-c5e0-4b06-8049-a303df9b590a/?format=api"
        },
        {
            "id": "16933384-40e7-45c8-8b56-3536ec9ddf76",
            "gambit_id": "90ce83dd-a5a7-48e7-ac3b-46b8c42acbac",
            "last_updated": "2023-06-26T10:23:06.247658-04:00",
            "created_at": "2023-06-23T09:28:10.863507-04:00",
            "name": "KAN (Z Greinke)",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4346dc1-c5e0-4b06-8049-a303df9b590a/?format=api"
        }
    ]
}