GET /api/bet_types/97ef7dcd-7c23-4bce-b362-a47c5a400a79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97ef7dcd-7c23-4bce-b362-a47c5a400a79",
    "match": "https://api-prod.gambitprofit.com/api/matches/f57ed346-93eb-439b-b1e5-405679795454/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-29T08:41:55.265007-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": "Carolina Hurricanes",
                "amount": 5419.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ae18517-a90f-41ca-b00c-2be3c54e4ff6",
            "gambit_id": "25255549-b6ab-4032-98b7-8d48f4fe7f1e",
            "last_updated": "2023-01-30T17:46:59.709683-05:00",
            "created_at": "2023-01-29T08:41:55.266355-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ef7dcd-7c23-4bce-b362-a47c5a400a79/?format=api"
        },
        {
            "id": "fac0470f-2898-4914-9d23-25ef5a9e926e",
            "gambit_id": "80945ae6-da75-43aa-ba08-e5cab9c8a518",
            "last_updated": "2023-01-30T17:46:59.710875-05:00",
            "created_at": "2023-01-29T08:41:55.267756-05:00",
            "name": "Boston Bruins",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ef7dcd-7c23-4bce-b362-a47c5a400a79/?format=api"
        }
    ]
}