GET /api/bet_types/de8de1ab-50a7-4044-bd79-3c3843245f19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de8de1ab-50a7-4044-bd79-3c3843245f19",
    "match": "https://api-prod.gambitprofit.com/api/matches/571ddda9-20d3-4e96-a446-e8b8f96886bd/?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": "Houston Texans",
                "amount": 5511.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "6109e6e9-8697-408a-a3c3-94a4ebed69f1",
            "gambit_id": "37709c93-4a6a-4492-961d-711576a5d5ef",
            "last_updated": "2022-08-14T13:52:16.318380-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de8de1ab-50a7-4044-bd79-3c3843245f19/?format=api"
        },
        {
            "id": "49875053-f2b5-462a-a4e5-8dc3597ee4b4",
            "gambit_id": "e40c80c1-2abb-4c68-a8e7-aad80ded9281",
            "last_updated": "2022-08-14T13:52:16.318779-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de8de1ab-50a7-4044-bd79-3c3843245f19/?format=api"
        }
    ]
}