GET /api/bet_types/1a309f6a-145c-407f-a72b-9e1f02c23cde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a309f6a-145c-407f-a72b-9e1f02c23cde",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc56a70b-0238-48c7-93fb-7444bf656582/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-16T18:16:46.819219-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": "Carolina Hurricanes",
                "amount": 6154.0
            },
            {
                "team": "New York Islanders",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "b949fd17-ff1f-494b-8e2b-6585332e041b",
            "gambit_id": "5c55b032-889f-4c73-b158-05f5f5c2c18b",
            "last_updated": "2023-04-18T12:12:08.791013-04:00",
            "created_at": "2023-04-16T18:16:46.821257-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a309f6a-145c-407f-a72b-9e1f02c23cde/?format=api"
        },
        {
            "id": "0f4be33f-e1f4-4ed3-9978-aa827b50ee61",
            "gambit_id": "46d1adfe-d917-4ac3-bfd1-f564c00b61a9",
            "last_updated": "2023-04-18T12:12:08.792516-04:00",
            "created_at": "2023-04-16T18:16:46.823494-04:00",
            "name": "New York Islanders",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a309f6a-145c-407f-a72b-9e1f02c23cde/?format=api"
        }
    ]
}