GET /api/bet_types/bf4ccd55-fde8-4d24-84b3-81efd0a91c60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf4ccd55-fde8-4d24-84b3-81efd0a91c60",
    "match": "https://api-prod.gambitprofit.com/api/matches/959283ab-b121-4840-bc25-56546cbcc3b9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-03T11:22:12.642267-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": "HOU (C Javier)",
                "amount": 6070.0
            },
            {
                "team": "LAA (P Sandoval)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ea1d994-28c7-4dd6-96d3-228e66e67769",
            "gambit_id": "184989b4-2a79-4d27-a588-36f89896aa7e",
            "last_updated": "2023-06-05T10:57:20.147773-04:00",
            "created_at": "2023-06-03T11:22:12.647139-04:00",
            "name": "HOU (C Javier)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf4ccd55-fde8-4d24-84b3-81efd0a91c60/?format=api"
        },
        {
            "id": "571b1066-1885-4f21-b97f-132f71bd17b1",
            "gambit_id": "e00eaf4d-d9df-48ce-8e3d-c35a53b79733",
            "last_updated": "2023-06-05T10:57:20.144676-04:00",
            "created_at": "2023-06-03T11:22:12.644587-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf4ccd55-fde8-4d24-84b3-81efd0a91c60/?format=api"
        }
    ]
}