GET /api/bet_types/df5f991a-3079-4b30-b384-65fc8854b8ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df5f991a-3079-4b30-b384-65fc8854b8ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/77d1ee34-81eb-4070-87d9-9ed0359d600a/?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 Urquidy)",
                "amount": 6196.0
            },
            {
                "team": "TEX (M Perez)",
                "amount": 3804.0
            }
        ],
        "expected_reward_tokens": 9355.96,
        "profit_sb": 355.96,
        "profit_sb_percentage": 3.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "468c4e35-2bd1-462e-afbc-6d3942a06bc3",
            "gambit_id": "4751a00c-53fa-4e6f-b7f5-8555c02cded0",
            "last_updated": "2022-08-10T10:11:56.378547-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Urquidy)",
            "reward": "1.51000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df5f991a-3079-4b30-b384-65fc8854b8ce/?format=api"
        },
        {
            "id": "8e7ad4d8-09e8-4c58-9d65-488fbcc9869f",
            "gambit_id": "27e8413c-f3bb-4b47-baf5-966e5b6985bd",
            "last_updated": "2022-08-10T10:11:56.378996-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (M Perez)",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df5f991a-3079-4b30-b384-65fc8854b8ce/?format=api"
        }
    ]
}