GET /api/bet_types/cf59af07-a7ab-4c6a-8826-d62e3628ed21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf59af07-a7ab-4c6a-8826-d62e3628ed21",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc28c417-5114-49ba-8cc0-f4f82505704b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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 (J Verlander)",
                "amount": 6578.0
            },
            {
                "team": "BAL (A Voth)",
                "amount": 3422.0
            }
        ],
        "expected_reward_tokens": 9273.62,
        "profit_sb": 273.62,
        "profit_sb_percentage": 3.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1e05b4b-c551-4680-85ea-eb681dcbcbf8",
            "gambit_id": "a6c6a8ca-95c7-4e3a-9939-083da4644797",
            "last_updated": "2022-08-29T13:02:02.013159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Verlander)",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf59af07-a7ab-4c6a-8826-d62e3628ed21/?format=api"
        },
        {
            "id": "440f28e5-58a9-45a0-8297-6ab1d5352249",
            "gambit_id": "cde9761d-581d-4aaf-ae2b-9dd0714e8ec4",
            "last_updated": "2022-08-29T13:02:02.013620-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (A Voth)",
            "reward": "2.71000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf59af07-a7ab-4c6a-8826-d62e3628ed21/?format=api"
        }
    ]
}